Html Css Color HEX #B78B76 Brandy Rose

📋 copy color: '#B78B76'

red 183 ◦ green 139 ◦ blue 118

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

Shades of Brandy Rose #B78B76

Tints of Brandy Rose #B78B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 41.59%
G = 31.59%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B78B76 (or 0xB78B76) is known color: Brandy Rose. HEX triplet: B7, 8B and 76. RGB value is (183,139,118). Sum of RGB (Red+Green+Blue) = 183+139+118=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B76 is #487489. Grayscale: #959595. Windows color (decimal): -4748426 or 7769015. OLE color: 7769015.

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

Color convert

RGB 183 139 118 -
CMYK 0 0.24 0.36 0.28
HSL 19.38º 0.31% 0.59% -
HSV(B) 19.38º 0.36% 0.72% -
XYZ 32.03 29.84 21.21 -
YUV 149.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 183 139 118 0 0.24 0.36 0.28 19.38 0.31 0.59
Hex B7 8B 76 0 18 24 1C 13 1F 3B
Octal 267 213 166 0 30 44 34 23 37 73
Binary 10110111 10001011 1110110 0 11000 100100 11100 10011 11111 111011

Color Harmonies of #B78B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78B76

Black with #B78B76

Text Example


Text Example

White with #B78B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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