Html Css Color HEX #B7806C Brandy Rose

📋 copy color: '#B7806C'

red 183 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #B7806C

Tints of Brandy Rose #B7806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 43.68%
G = 30.55%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7806C (or 0xB7806C) is known color: Brandy Rose. HEX triplet: B7, 80 and 6C. RGB value is (183,128,108). Sum of RGB (Red+Green+Blue) = 183+128+108=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806C is #487F93. Grayscale: #8E8E8E. Windows color (decimal): -4751252 or 7110839. OLE color: 7110839.

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

Color convert

RGB 183 128 108 -
CMYK 0 0.30 0.41 0.28
HSL 16º 0.34% 0.57% -
HSV(B) 16º 0.41% 0.72% -
XYZ 29.95 26.59 17.74 -
YUV 142.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 183 128 108 0 0.30 0.41 0.28 16 0.34 0.57
Hex B7 80 6C 0 1E 29 1C 10 22 39
Octal 267 200 154 0 36 51 34 20 42 71
Binary 10110111 10000000 1101100 0 11110 101001 11100 10000 100010 111001

Color Harmonies of #B7806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7806C

Black with #B7806C

Text Example


Text Example

White with #B7806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7806C; }

 p { color: rgb(183,128,108); }

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

background-color css

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

 a { background-color: rgb(183,128,108); }

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

border-color css

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

 span { border-color: rgb(183,128,108); }

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