Html Css Color HEX #B9816C Brandy Rose

📋 copy color: '#B9816C'

red 185 ◦ green 129 ◦ blue 108

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

Shades of Brandy Rose #B9816C

Tints of Brandy Rose #B9816C

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

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

R = 43.84%
G = 30.57%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9816C (or 0xB9816C) is known color: Brandy Rose. HEX triplet: B9, 81 and 6C. RGB value is (185,129,108). Sum of RGB (Red+Green+Blue) = 185+129+108=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816C is #467E93. Grayscale: #8F8F8F. Windows color (decimal): -4619924 or 7111097. OLE color: 7111097.

HSL color Cylindrical-coordinate representation of color #B9816C: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9816C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 108 -
CMYK 0 0.30 0.42 0.27
HSL 16.36º 0.35% 0.57% -
HSV(B) 16.36º 0.42% 0.73% -
XYZ 30.56 27.1 17.81 -
YUV 143.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 185 129 108 0 0.30 0.42 0.27 16.36 0.35 0.57
Hex B9 81 6C 0 1E 2A 1B 10 23 39
Octal 271 201 154 0 36 52 33 20 43 71
Binary 10111001 10000001 1101100 0 11110 101010 11011 10000 100011 111001

Color Harmonies of #B9816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9816C

Black with #B9816C

Text Example


Text Example

White with #B9816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9816C; }

 p { color: rgb(185,129,108); }

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

background-color css

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

 a { background-color: rgb(185,129,108); }

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

border-color css

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

 span { border-color: rgb(185,129,108); }

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