Html Css Color HEX #B8896E Brandy Rose

📋 copy color: '#B8896E'

red 184 ◦ green 137 ◦ blue 110

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

Shades of Brandy Rose #B8896E

Tints of Brandy Rose #B8896E

RGB

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

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

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

R = 42.69%
G = 31.79%
B = 25.52%

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

#B8896E (or 0xB8896E) is known color: Brandy Rose. HEX triplet: B8, 89 and 6E. RGB value is (184,137,110). Sum of RGB (Red+Green+Blue) = 184+137+110=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896E is #477691. Grayscale: #949494. Windows color (decimal): -4683410 or 7244216. OLE color: 7244216.

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

Color convert

RGB 184 137 110 -
CMYK 0 0.26 0.40 0.28
HSL 21.89º 0.34% 0.58% -
HSV(B) 21.89º 0.4% 0.72% -
XYZ 31.53 29.21 18.73 -
YUV 147.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 184 137 110 0 0.26 0.40 0.28 21.89 0.34 0.58
Hex B8 89 6E 0 1A 28 1C 16 22 3A
Octal 270 211 156 0 32 50 34 26 42 72
Binary 10111000 10001001 1101110 0 11010 101000 11100 10110 100010 111010

Color Harmonies of #B8896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8896E

Black with #B8896E

Text Example


Text Example

White with #B8896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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