Html Css Color HEX #B8856D Brandy Rose

📋 copy color: '#B8856D'

red 184 ◦ green 133 ◦ blue 109

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

Shades of Brandy Rose #B8856D

Tints of Brandy Rose #B8856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 43.19%
G = 31.22%
B = 25.59%

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

#B8856D (or 0xB8856D) is known color: Brandy Rose. HEX triplet: B8, 85 and 6D. RGB value is (184,133,109). Sum of RGB (Red+Green+Blue) = 184+133+109=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856D is #477A92. Grayscale: #919191. Windows color (decimal): -4684435 or 7177656. OLE color: 7177656.

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

Color convert

RGB 184 133 109 -
CMYK 0 0.28 0.41 0.28
HSL 19.2º 0.35% 0.57% -
HSV(B) 19.2º 0.41% 0.72% -
XYZ 30.92 28.07 18.26 -
YUV 145.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 184 133 109 0 0.28 0.41 0.28 19.2 0.35 0.57
Hex B8 85 6D 0 1C 29 1C 13 23 39
Octal 270 205 155 0 34 51 34 23 43 71
Binary 10111000 10000101 1101101 0 11100 101001 11100 10011 100011 111001

Color Harmonies of #B8856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8856D

Black with #B8856D

Text Example


Text Example

White with #B8856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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