Html Css Color HEX #B8816D Brandy Rose

📋 copy color: '#B8816D'

red 184 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #B8816D

Tints of Brandy Rose #B8816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 43.6%
G = 30.57%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8816D (or 0xB8816D) is known color: Brandy Rose. HEX triplet: B8, 81 and 6D. RGB value is (184,129,109). Sum of RGB (Red+Green+Blue) = 184+129+109=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8816D is #477E92. Grayscale: #8F8F8F. Windows color (decimal): -4685459 or 7176632. OLE color: 7176632.

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

Color convert

RGB 184 129 109 -
CMYK 0 0.30 0.41 0.28
HSL 16º 0.35% 0.57% -
HSV(B) 16º 0.41% 0.72% -
XYZ 30.38 26.99 18.08 -
YUV 143.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 184 129 109 0 0.30 0.41 0.28 16 0.35 0.57
Hex B8 81 6D 0 1E 29 1C 10 23 39
Octal 270 201 155 0 36 51 34 20 43 71
Binary 10111000 10000001 1101101 0 11110 101001 11100 10000 100011 111001

Color Harmonies of #B8816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8816D

Black with #B8816D

Text Example


Text Example

White with #B8816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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