Html Css Color HEX #B18277 Brandy Rose

📋 copy color: '#B18277'

red 177 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #B18277

Tints of Brandy Rose #B18277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 41.55%
G = 30.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B18277 (or 0xB18277) is known color: Brandy Rose. HEX triplet: B1, 82 and 77. RGB value is (177,130,119). Sum of RGB (Red+Green+Blue) = 177+130+119=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18277 is #4E7D88. Grayscale: #8E8E8E. Windows color (decimal): -5143945 or 7832241. OLE color: 7832241.

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

Color convert

RGB 177 130 119 -
CMYK 0 0.27 0.33 0.31
HSL 11.38º 0.27% 0.58% -
HSV(B) 11.38º 0.33% 0.69% -
XYZ 29.44 26.64 21.04 -
YUV 142.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 177 130 119 0 0.27 0.33 0.31 11.38 0.27 0.58
Hex B1 82 77 0 1B 21 1F B 1B 3A
Octal 261 202 167 0 33 41 37 13 33 72
Binary 10110001 10000010 1110111 0 11011 100001 11111 1011 11011 111010

Color Harmonies of #B18277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18277

Black with #B18277

Text Example


Text Example

White with #B18277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18277; }

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

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

background-color css

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

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

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

border-color css

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

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

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