Html Css Color HEX #B8856C Brandy Rose

📋 copy color: '#B8856C'

red 184 ◦ green 133 ◦ blue 108

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

Shades of Brandy Rose #B8856C

Tints of Brandy Rose #B8856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 43.29%
G = 31.29%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8856C (or 0xB8856C) is known color: Brandy Rose. HEX triplet: B8, 85 and 6C. RGB value is (184,133,108). Sum of RGB (Red+Green+Blue) = 184+133+108=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856C is #477A93. Grayscale: #919191. Windows color (decimal): -4684436 or 7112120. OLE color: 7112120.

HSL color Cylindrical-coordinate representation of color #B8856C: hue angle of 19.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8856C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 108 -
CMYK 0 0.28 0.41 0.28
HSL 19.74º 0.35% 0.57% -
HSV(B) 19.74º 0.41% 0.72% -
XYZ 30.86 28.05 17.97 -
YUV 145.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 184 133 108 0 0.28 0.41 0.28 19.74 0.35 0.57
Hex B8 85 6C 0 1C 29 1C 14 23 39
Octal 270 205 154 0 34 51 34 24 43 71
Binary 10111000 10000101 1101100 0 11100 101001 11100 10100 100011 111001

Color Harmonies of #B8856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8856C

Black with #B8856C

Text Example


Text Example

White with #B8856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8856C; }

 p { color: rgb(184,133,108); }

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

background-color css

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

 a { background-color: rgb(184,133,108); }

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

border-color css

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

 span { border-color: rgb(184,133,108); }

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