Html Css Color HEX #B78176 Brandy Rose

📋 copy color: '#B78176'

red 183 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #B78176

Tints of Brandy Rose #B78176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 42.56%
G = 30%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B78176 (or 0xB78176) is known color: Brandy Rose. HEX triplet: B7, 81 and 76. RGB value is (183,129,118). Sum of RGB (Red+Green+Blue) = 183+129+118=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B78176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78176 is #487E89. Grayscale: #8F8F8F. Windows color (decimal): -4750986 or 7766455. OLE color: 7766455.

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

Color convert

RGB 183 129 118 -
CMYK 0 0.30 0.36 0.28
HSL 10.15º 0.31% 0.59% -
HSV(B) 10.15º 0.36% 0.72% -
XYZ 30.65 27.08 20.75 -
YUV 143.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 183 129 118 0 0.30 0.36 0.28 10.15 0.31 0.59
Hex B7 81 76 0 1E 24 1C A 1F 3B
Octal 267 201 166 0 36 44 34 12 37 73
Binary 10110111 10000001 1110110 0 11110 100100 11100 1010 11111 111011

Color Harmonies of #B78176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78176

Black with #B78176

Text Example


Text Example

White with #B78176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78176; }

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

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

background-color css

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

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

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

border-color css

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

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

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