Html Css Color HEX #B78672 Brandy Rose

📋 copy color: '#B78672'

red 183 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #B78672

Tints of Brandy Rose #B78672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 42.46%
G = 31.09%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78672 (or 0xB78672) is known color: Brandy Rose. HEX triplet: B7, 86 and 72. RGB value is (183,134,114). Sum of RGB (Red+Green+Blue) = 183+134+114=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78672 is #48798D. Grayscale: #929292. Windows color (decimal): -4749710 or 7505591. OLE color: 7505591.

HSL color Cylindrical-coordinate representation of color #B78672: hue angle of 17.39º 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 #B78672 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 134 114 -
CMYK 0 0.27 0.38 0.28
HSL 17.39º 0.32% 0.58% -
HSV(B) 17.39º 0.38% 0.72% -
XYZ 31.09 28.33 19.75 -
YUV 146.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 183 134 114 0 0.27 0.38 0.28 17.39 0.32 0.58
Hex B7 86 72 0 1B 26 1C 11 20 3A
Octal 267 206 162 0 33 46 34 21 40 72
Binary 10110111 10000110 1110010 0 11011 100110 11100 10001 100000 111010

Color Harmonies of #B78672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78672

Black with #B78672

Text Example


Text Example

White with #B78672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78672; }

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

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

background-color css

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

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

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

border-color css

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

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

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