Html Css Color HEX #B7866E Brandy Rose

📋 copy color: '#B7866E'

red 183 ◦ green 134 ◦ blue 110

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

Shades of Brandy Rose #B7866E

Tints of Brandy Rose #B7866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 42.86%
G = 31.38%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7866E (or 0xB7866E) is known color: Brandy Rose. HEX triplet: B7, 86 and 6E. RGB value is (183,134,110). Sum of RGB (Red+Green+Blue) = 183+134+110=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866E is #487991. Grayscale: #929292. Windows color (decimal): -4749714 or 7243447. OLE color: 7243447.

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

Color convert

RGB 183 134 110 -
CMYK 0 0.27 0.40 0.28
HSL 19.73º 0.34% 0.57% -
HSV(B) 19.73º 0.4% 0.72% -
XYZ 30.87 28.24 18.58 -
YUV 145.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 183 134 110 0 0.27 0.40 0.28 19.73 0.34 0.57
Hex B7 86 6E 0 1B 28 1C 14 22 39
Octal 267 206 156 0 33 50 34 24 42 71
Binary 10110111 10000110 1101110 0 11011 101000 11100 10100 100010 111001

Color Harmonies of #B7866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7866E

Black with #B7866E

Text Example


Text Example

White with #B7866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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