Html Css Color HEX #B7806B Brandy Rose

📋 copy color: '#B7806B'

red 183 ◦ green 128 ◦ blue 107

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

Shades of Brandy Rose #B7806B

Tints of Brandy Rose #B7806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 43.78%
G = 30.62%
B = 25.6%

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

#B7806B (or 0xB7806B) is known color: Brandy Rose. HEX triplet: B7, 80 and 6B. RGB value is (183,128,107). Sum of RGB (Red+Green+Blue) = 183+128+107=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806B is #487F94. Grayscale: #8E8E8E. Windows color (decimal): -4751253 or 7045303. OLE color: 7045303.

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

Color convert

RGB 183 128 107 -
CMYK 0 0.30 0.42 0.28
HSL 16.58º 0.35% 0.57% -
HSV(B) 16.58º 0.42% 0.72% -
XYZ 29.9 26.57 17.46 -
YUV 142.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 183 128 107 0 0.30 0.42 0.28 16.58 0.35 0.57
Hex B7 80 6B 0 1E 2A 1C 11 23 39
Octal 267 200 153 0 36 52 34 21 43 71
Binary 10110111 10000000 1101011 0 11110 101010 11100 10001 100011 111001

Color Harmonies of #B7806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7806B

Black with #B7806B

Text Example


Text Example

White with #B7806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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