Html Css Color HEX #B28873 Brandy Rose

📋 copy color: '#B28873'

red 178 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #B28873

Tints of Brandy Rose #B28873

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

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

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

R = 41.49%
G = 31.7%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B28873 (or 0xB28873) is known color: Brandy Rose. HEX triplet: B2, 88 and 73. RGB value is (178,136,115). Sum of RGB (Red+Green+Blue) = 178+136+115=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28873 is #4D778C. Grayscale: #929292. Windows color (decimal): -5076877 or 7571634. OLE color: 7571634.

HSL color Cylindrical-coordinate representation of color #B28873: hue angle of 20º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28873 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 115 -
CMYK 0 0.24 0.35 0.30
HSL 20º 0.29% 0.57% -
HSV(B) 20º 0.35% 0.7% -
XYZ 30.26 28.31 20.09 -
YUV 146.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 178 136 115 0 0.24 0.35 0.30 20 0.29 0.57
Hex B2 88 73 0 18 23 1E 14 1D 39
Octal 262 210 163 0 30 43 36 24 35 71
Binary 10110010 10001000 1110011 0 11000 100011 11110 10100 11101 111001

Color Harmonies of #B28873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28873

Black with #B28873

Text Example


Text Example

White with #B28873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28873; }

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

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

background-color css

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

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

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

border-color css

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

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

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