Html Css Color HEX #B7806E Brandy Rose

📋 copy color: '#B7806E'

red 183 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #B7806E

Tints of Brandy Rose #B7806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 43.47%
G = 30.4%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7806E (or 0xB7806E) is known color: Brandy Rose. HEX triplet: B7, 80 and 6E. RGB value is (183,128,110). Sum of RGB (Red+Green+Blue) = 183+128+110=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806E is #487F91. Grayscale: #8E8E8E. Windows color (decimal): -4751250 or 7241911. OLE color: 7241911.

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

Color convert

RGB 183 128 110 -
CMYK 0 0.30 0.40 0.28
HSL 14.79º 0.34% 0.57% -
HSV(B) 14.79º 0.4% 0.72% -
XYZ 30.06 26.63 18.31 -
YUV 142.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 183 128 110 0 0.30 0.40 0.28 14.79 0.34 0.57
Hex B7 80 6E 0 1E 28 1C F 22 39
Octal 267 200 156 0 36 50 34 17 42 71
Binary 10110111 10000000 1101110 0 11110 101000 11100 1111 100010 111001

Color Harmonies of #B7806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7806E

Black with #B7806E

Text Example


Text Example

White with #B7806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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