Html Css Color HEX #B18873 Brandy Rose

📋 copy color: '#B18873'

red 177 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #B18873

Tints of Brandy Rose #B18873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 41.36%
G = 31.78%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18873 (or 0xB18873) is known color: Brandy Rose. HEX triplet: B1, 88 and 73. RGB value is (177,136,115). Sum of RGB (Red+Green+Blue) = 177+136+115=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18873 is #4E778C. Grayscale: #919191. Windows color (decimal): -5142413 or 7571633. OLE color: 7571633.

HSL color Cylindrical-coordinate representation of color #B18873: hue angle of 20.32º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18873 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 115 -
CMYK 0 0.23 0.35 0.31
HSL 20.32º 0.28% 0.57% -
HSV(B) 20.32º 0.35% 0.69% -
XYZ 30.03 28.19 20.08 -
YUV 145.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 177 136 115 0 0.23 0.35 0.31 20.32 0.28 0.57
Hex B1 88 73 0 17 23 1F 14 1C 39
Octal 261 210 163 0 27 43 37 24 34 71
Binary 10110001 10001000 1110011 0 10111 100011 11111 10100 11100 111001

Color Harmonies of #B18873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18873

Black with #B18873

Text Example


Text Example

White with #B18873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18873; }

 p { color: rgb(177,136,115); }

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

background-color css

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

 a { background-color: rgb(177,136,115); }

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

border-color css

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

 span { border-color: rgb(177,136,115); }

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