Html Css Color HEX #B18278 Brandy Rose

📋 copy color: '#B18278'

red 177 ◦ green 130 ◦ blue 120

#B18278
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B18278

Tints of Brandy Rose #B18278

RGB

 RED value IS 177 (69.53% from 255) = 41.45%

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 41.45%
G = 30.44%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B18278 (or 0xB18278) is known color: Brandy Rose. HEX triplet: B1, 82 and 78. RGB value is (177,130,120). Sum of RGB (Red+Green+Blue) = 177+130+120=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B18278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18278 is #4E7D87. Grayscale: #8F8F8F. Windows color (decimal): -5143944 or 7897777. OLE color: 7897777.

HSL color Cylindrical-coordinate representation of color #B18278: hue angle of 10.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18278 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 120 -
CMYK 0 0.27 0.32 0.31
HSL 10.53º 0.27% 0.58% -
HSV(B) 10.53º 0.32% 0.69% -
XYZ 29.5 26.67 21.36 -
YUV 142.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 177 130 120 0 0.27 0.32 0.31 10.53 0.27 0.58
Hex B1 82 78 0 1B 20 1F B 1B 3A
Octal 261 202 170 0 33 40 37 13 33 72
Binary 10110001 10000010 1111000 0 11011 100000 11111 1011 11011 111010

Color Harmonies of #B18278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18278

Black with #B18278

Text Example


Text Example

White with #B18278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18278; }

 p { color: rgb(177,130,120); }

 H1.HeaderClassName
 {
   color: #B18278;
 }
 .AnyTagClassName
 {
   color: #B18278;
 }
</style>

background-color css

<style>
 a { background-color: #B18278; }

 a { background-color: rgb(177,130,120); }

 div.DivClassName
 {
   background-color: #B18278;
 }
 .BgClassName
 {
   background-color: #B18278;
 }
</style>

border-color css

<style>
 span { border-color: #B18278; }

 span { border-color: rgb(177,130,120); }

 td.TdClassName
 {
   border-color: #B18278;
 }
 .TagClassName
 {
   border-color: #B18278;
 }
</style>