Html Css Color HEX #B7806F Brandy Rose

📋 copy color: '#B7806F'

red 183 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #B7806F

Tints of Brandy Rose #B7806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 43.36%
G = 30.33%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7806F (or 0xB7806F) is known color: Brandy Rose. HEX triplet: B7, 80 and 6F. RGB value is (183,128,111). Sum of RGB (Red+Green+Blue) = 183+128+111=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806F is #487F90. Grayscale: #8E8E8E. Windows color (decimal): -4751249 or 7307447. OLE color: 7307447.

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

Color convert

RGB 183 128 111 -
CMYK 0 0.30 0.39 0.28
HSL 14.17º 0.33% 0.58% -
HSV(B) 14.17º 0.39% 0.72% -
XYZ 30.12 26.65 18.6 -
YUV 142.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 183 128 111 0 0.30 0.39 0.28 14.17 0.33 0.58
Hex B7 80 6F 0 1E 27 1C E 21 3A
Octal 267 200 157 0 36 47 34 16 41 72
Binary 10110111 10000000 1101111 0 11110 100111 11100 1110 100001 111010

Color Harmonies of #B7806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7806F

Black with #B7806F

Text Example


Text Example

White with #B7806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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