Html Css Color HEX #B78276 Brandy Rose

📋 copy color: '#B78276'

red 183 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #B78276

Tints of Brandy Rose #B78276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 42.46%
G = 30.16%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B78276 (or 0xB78276) is known color: Brandy Rose. HEX triplet: B7, 82 and 76. RGB value is (183,130,118). Sum of RGB (Red+Green+Blue) = 183+130+118=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78276 is #487D89. Grayscale: #909090. Windows color (decimal): -4750730 or 7766711. OLE color: 7766711.

HSL color Cylindrical-coordinate representation of color #B78276: hue angle of 11.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78276 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 118 -
CMYK 0 0.29 0.36 0.28
HSL 11.08º 0.31% 0.59% -
HSV(B) 11.08º 0.36% 0.72% -
XYZ 30.78 27.34 20.79 -
YUV 144.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 183 130 118 0 0.29 0.36 0.28 11.08 0.31 0.59
Hex B7 82 76 0 1D 24 1C B 1F 3B
Octal 267 202 166 0 35 44 34 13 37 73
Binary 10110111 10000010 1110110 0 11101 100100 11100 1011 11111 111011

Color Harmonies of #B78276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78276

Black with #B78276

Text Example


Text Example

White with #B78276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78276; }

 p { color: rgb(183,130,118); }

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

background-color css

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

 a { background-color: rgb(183,130,118); }

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

border-color css

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

 span { border-color: rgb(183,130,118); }

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