Html Css Color HEX #B9867E Brandy Rose

📋 copy color: '#B9867E'

red 185 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #B9867E

Tints of Brandy Rose #B9867E

RGB

 RED value IS 185 (72.66% from 255) = 41.57%

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 41.57%
G = 30.11%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9867E (or 0xB9867E) is known color: Brandy Rose. HEX triplet: B9, 86 and 7E. RGB value is (185,134,126). Sum of RGB (Red+Green+Blue) = 185+134+126=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9867E is #467981. Grayscale: #949494. Windows color (decimal): -4618626 or 8292025. OLE color: 8292025.

HSL color Cylindrical-coordinate representation of color #B9867E: hue angle of 8.14º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9867E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 126 -
CMYK 0 0.28 0.32 0.27
HSL 8.14º 0.3% 0.61% -
HSV(B) 8.14º 0.32% 0.73% -
XYZ 32.3 28.87 23.61 -
YUV 148.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 185 134 126 0 0.28 0.32 0.27 8.14 0.3 0.61
Hex B9 86 7E 0 1C 20 1B 8 1E 3D
Octal 271 206 176 0 34 40 33 10 36 75
Binary 10111001 10000110 1111110 0 11100 100000 11011 1000 11110 111101

Color Harmonies of #B9867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9867E

Black with #B9867E

Text Example


Text Example

White with #B9867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9867E; }

 p { color: rgb(185,134,126); }

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

background-color css

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

 a { background-color: rgb(185,134,126); }

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

border-color css

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

 span { border-color: rgb(185,134,126); }

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