Html Css Color HEX #B9816B Brandy Rose

📋 copy color: '#B9816B'

red 185 ◦ green 129 ◦ blue 107

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

Shades of Brandy Rose #B9816B

Tints of Brandy Rose #B9816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 43.94%
G = 30.64%
B = 25.42%

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

#B9816B (or 0xB9816B) is known color: Brandy Rose. HEX triplet: B9, 81 and 6B. RGB value is (185,129,107). Sum of RGB (Red+Green+Blue) = 185+129+107=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816B is #467E94. Grayscale: #8F8F8F. Windows color (decimal): -4619925 or 7045561. OLE color: 7045561.

HSL color Cylindrical-coordinate representation of color #B9816B: hue angle of 16.92º degrees, saturation: 0.36, 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 #B9816B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 129 107 -
CMYK 0 0.30 0.42 0.27
HSL 16.92º 0.36% 0.57% -
HSV(B) 16.92º 0.42% 0.73% -
XYZ 30.51 27.08 17.53 -
YUV 143.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 185 129 107 0 0.30 0.42 0.27 16.92 0.36 0.57
Hex B9 81 6B 0 1E 2A 1B 11 24 39
Octal 271 201 153 0 36 52 33 21 44 71
Binary 10111001 10000001 1101011 0 11110 101010 11011 10001 100100 111001

Color Harmonies of #B9816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9816B

Black with #B9816B

Text Example


Text Example

White with #B9816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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