Html Css Color HEX #B7806A Brandy Rose

📋 copy color: '#B7806A'

red 183 ◦ green 128 ◦ blue 106

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

Shades of Brandy Rose #B7806A

Tints of Brandy Rose #B7806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 43.88%
G = 30.7%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7806A (or 0xB7806A) is known color: Brandy Rose. HEX triplet: B7, 80 and 6A. RGB value is (183,128,106). Sum of RGB (Red+Green+Blue) = 183+128+106=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806A is #487F95. Grayscale: #8E8E8E. Windows color (decimal): -4751254 or 6979767. OLE color: 6979767.

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

Color convert

RGB 183 128 106 -
CMYK 0 0.30 0.42 0.28
HSL 17.14º 0.35% 0.57% -
HSV(B) 17.14º 0.42% 0.72% -
XYZ 29.85 26.55 17.19 -
YUV 141.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 183 128 106 0 0.30 0.42 0.28 17.14 0.35 0.57
Hex B7 80 6A 0 1E 2A 1C 11 23 39
Octal 267 200 152 0 36 52 34 21 43 71
Binary 10110111 10000000 1101010 0 11110 101010 11100 10001 100011 111001

Color Harmonies of #B7806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7806A

Black with #B7806A

Text Example


Text Example

White with #B7806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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