Html Css Color HEX #B9817A Brandy Rose

📋 copy color: '#B9817A'

red 185 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #B9817A

Tints of Brandy Rose #B9817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 42.43%
G = 29.59%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9817A (or 0xB9817A) is known color: Brandy Rose. HEX triplet: B9, 81 and 7A. RGB value is (185,129,122). Sum of RGB (Red+Green+Blue) = 185+129+122=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9817A is #467E85. Grayscale: #919191. Windows color (decimal): -4619910 or 8028601. OLE color: 8028601.

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

Color convert

RGB 185 129 122 -
CMYK 0 0.30 0.34 0.27
HSL 6.67º 0.31% 0.6% -
HSV(B) 6.67º 0.34% 0.73% -
XYZ 31.37 27.42 22.05 -
YUV 144.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 185 129 122 0 0.30 0.34 0.27 6.67 0.31 0.6
Hex B9 81 7A 0 1E 22 1B 7 1F 3C
Octal 271 201 172 0 36 42 33 7 37 74
Binary 10111001 10000001 1111010 0 11110 100010 11011 111 11111 111100

Color Harmonies of #B9817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9817A

Black with #B9817A

Text Example


Text Example

White with #B9817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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