Html Css Color HEX #B8896F Brandy Rose

📋 copy color: '#B8896F'

red 184 ◦ green 137 ◦ blue 111

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

Shades of Brandy Rose #B8896F

Tints of Brandy Rose #B8896F

RGB

 RED value IS 184 (72.27% from 255) = 42.59%

 GREEN value IS 137 (53.91% from 255) = 31.71%

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

R = 42.59%
G = 31.71%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8896F (or 0xB8896F) is known color: Brandy Rose. HEX triplet: B8, 89 and 6F. RGB value is (184,137,111). Sum of RGB (Red+Green+Blue) = 184+137+111=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896F is #477690. Grayscale: #949494. Windows color (decimal): -4683409 or 7309752. OLE color: 7309752.

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

Color convert

RGB 184 137 111 -
CMYK 0 0.26 0.40 0.28
HSL 21.37º 0.34% 0.58% -
HSV(B) 21.37º 0.4% 0.72% -
XYZ 31.58 29.23 19.02 -
YUV 148.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 184 137 111 0 0.26 0.40 0.28 21.37 0.34 0.58
Hex B8 89 6F 0 1A 28 1C 15 22 3A
Octal 270 211 157 0 32 50 34 25 42 72
Binary 10111000 10001001 1101111 0 11010 101000 11100 10101 100010 111010

Color Harmonies of #B8896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8896F

Black with #B8896F

Text Example


Text Example

White with #B8896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8896F; }

 p { color: rgb(184,137,111); }

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

background-color css

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

 a { background-color: rgb(184,137,111); }

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

border-color css

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

 span { border-color: rgb(184,137,111); }

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