Html Css Color HEX #B8836F Brandy Rose

📋 copy color: '#B8836F'

red 184 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #B8836F

Tints of Brandy Rose #B8836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

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

R = 43.19%
G = 30.75%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8836F (or 0xB8836F) is known color: Brandy Rose. HEX triplet: B8, 83 and 6F. RGB value is (184,131,111). Sum of RGB (Red+Green+Blue) = 184+131+111=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8836F is #477C90. Grayscale: #909090. Windows color (decimal): -4684945 or 7308216. OLE color: 7308216.

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

Color convert

RGB 184 131 111 -
CMYK 0 0.29 0.40 0.28
HSL 16.44º 0.34% 0.58% -
HSV(B) 16.44º 0.4% 0.72% -
XYZ 30.75 27.57 18.74 -
YUV 144.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 184 131 111 0 0.29 0.40 0.28 16.44 0.34 0.58
Hex B8 83 6F 0 1D 28 1C 10 22 3A
Octal 270 203 157 0 35 50 34 20 42 72
Binary 10111000 10000011 1101111 0 11101 101000 11100 10000 100010 111010

Color Harmonies of #B8836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8836F

Black with #B8836F

Text Example


Text Example

White with #B8836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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