Html Css Color HEX #B78978 Brandy Rose

📋 copy color: '#B78978'

red 183 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #B78978

Tints of Brandy Rose #B78978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 41.59%
G = 31.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B78978 (or 0xB78978) is known color: Brandy Rose. HEX triplet: B7, 89 and 78. RGB value is (183,137,120). Sum of RGB (Red+Green+Blue) = 183+137+120=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B78978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78978 is #487687. Grayscale: #949494. Windows color (decimal): -4748936 or 7899575. OLE color: 7899575.

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

Color convert

RGB 183 137 120 -
CMYK 0 0.25 0.34 0.28
HSL 16.19º 0.3% 0.59% -
HSV(B) 16.19º 0.34% 0.72% -
XYZ 31.86 29.31 21.75 -
YUV 148.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 183 137 120 0 0.25 0.34 0.28 16.19 0.3 0.59
Hex B7 89 78 0 19 22 1C 10 1E 3B
Octal 267 211 170 0 31 42 34 20 36 73
Binary 10110111 10001001 1111000 0 11001 100010 11100 10000 11110 111011

Color Harmonies of #B78978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78978

Black with #B78978

Text Example


Text Example

White with #B78978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78978; }

 p { color: rgb(183,137,120); }

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

background-color css

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

 a { background-color: rgb(183,137,120); }

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

border-color css

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

 span { border-color: rgb(183,137,120); }

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