Html Css Color HEX #B9816D Brandy Rose

📋 copy color: '#B9816D'

red 185 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #B9816D

Tints of Brandy Rose #B9816D

RGB

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

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

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

R = 43.74%
G = 30.5%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9816D (or 0xB9816D) is known color: Brandy Rose. HEX triplet: B9, 81 and 6D. RGB value is (185,129,109). Sum of RGB (Red+Green+Blue) = 185+129+109=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816D is #467E92. Grayscale: #8F8F8F. Windows color (decimal): -4619923 or 7176633. OLE color: 7176633.

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

Color convert

RGB 185 129 109 -
CMYK 0 0.30 0.41 0.27
HSL 15.79º 0.35% 0.58% -
HSV(B) 15.79º 0.41% 0.73% -
XYZ 30.62 27.12 18.09 -
YUV 143.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 185 129 109 0 0.30 0.41 0.27 15.79 0.35 0.58
Hex B9 81 6D 0 1E 29 1B 10 23 3A
Octal 271 201 155 0 36 51 33 20 43 72
Binary 10111001 10000001 1101101 0 11110 101001 11011 10000 100011 111010

Color Harmonies of #B9816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9816D

Black with #B9816D

Text Example


Text Example

White with #B9816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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