Html Css Color HEX #B28875 Brandy Rose

📋 copy color: '#B28875'

red 178 ◦ green 136 ◦ blue 117

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

Shades of Brandy Rose #B28875

Tints of Brandy Rose #B28875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 41.3%
G = 31.55%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28875 (or 0xB28875) is known color: Brandy Rose. HEX triplet: B2, 88 and 75. RGB value is (178,136,117). Sum of RGB (Red+Green+Blue) = 178+136+117=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28875 is #4D778A. Grayscale: #929292. Windows color (decimal): -5076875 or 7702706. OLE color: 7702706.

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

Color convert

RGB 178 136 117 -
CMYK 0 0.24 0.34 0.30
HSL 18.69º 0.28% 0.58% -
HSV(B) 18.69º 0.34% 0.7% -
XYZ 30.38 28.36 20.7 -
YUV 146.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 178 136 117 0 0.24 0.34 0.30 18.69 0.28 0.58
Hex B2 88 75 0 18 22 1E 13 1C 3A
Octal 262 210 165 0 30 42 36 23 34 72
Binary 10110010 10001000 1110101 0 11000 100010 11110 10011 11100 111010

Color Harmonies of #B28875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28875

Black with #B28875

Text Example


Text Example

White with #B28875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28875; }

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

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

background-color css

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

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

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

border-color css

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

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

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