Html Css Color HEX #B78872 Brandy Rose

📋 copy color: '#B78872'

red 183 ◦ green 136 ◦ blue 114

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

Shades of Brandy Rose #B78872

Tints of Brandy Rose #B78872

RGB

 RED value IS 183 (71.88% from 255) = 42.26%

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

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 42.26%
G = 31.41%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78872 (or 0xB78872) is known color: Brandy Rose. HEX triplet: B7, 88 and 72. RGB value is (183,136,114). Sum of RGB (Red+Green+Blue) = 183+136+114=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B78872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78872 is #48778D. Grayscale: #939393. Windows color (decimal): -4749198 or 7506103. OLE color: 7506103.

HSL color Cylindrical-coordinate representation of color #B78872: hue angle of 19.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78872 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 136 114 -
CMYK 0 0.26 0.38 0.28
HSL 19.13º 0.32% 0.58% -
HSV(B) 19.13º 0.38% 0.72% -
XYZ 31.37 28.89 19.84 -
YUV 147.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 183 136 114 0 0.26 0.38 0.28 19.13 0.32 0.58
Hex B7 88 72 0 1A 26 1C 13 20 3A
Octal 267 210 162 0 32 46 34 23 40 72
Binary 10110111 10001000 1110010 0 11010 100110 11100 10011 100000 111010

Color Harmonies of #B78872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78872

Black with #B78872

Text Example


Text Example

White with #B78872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78872; }

 p { color: rgb(183,136,114); }

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

background-color css

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

 a { background-color: rgb(183,136,114); }

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

border-color css

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

 span { border-color: rgb(183,136,114); }

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