Html Css Color HEX #B9A97B Pavlova

📋 copy color: '#B9A97B'

red 185 ◦ green 169 ◦ blue 123

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

Shades of Pavlova #B9A97B

Tints of Pavlova #B9A97B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 38.78%
G = 35.43%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9A97B (or 0xB9A97B) is known color: Pavlova. HEX triplet: B9, A9 and 7B. RGB value is (185,169,123). Sum of RGB (Red+Green+Blue) = 185+169+123=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A97B is #465684. Grayscale: #A8A8A8. Windows color (decimal): -4609669 or 8104377. OLE color: 8104377.

HSL color Cylindrical-coordinate representation of color #B9A97B: hue angle of 44.52º 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 #B9A97B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 123 -
CMYK 0 0.09 0.34 0.27
HSL 44.52º 0.31% 0.6% -
HSV(B) 44.52º 0.34% 0.73% -
XYZ 37.77 40.12 24.49 -
YUV 168.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 185 169 123 0 0.09 0.34 0.27 44.52 0.31 0.6
Hex B9 A9 7B 0 9 22 1B 2D 1F 3C
Octal 271 251 173 0 11 42 33 55 37 74
Binary 10111001 10101001 1111011 0 1001 100010 11011 101101 11111 111100

Color Harmonies of #B9A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A97B

Black with #B9A97B

Text Example


Text Example

White with #B9A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A97B; }

 p { color: rgb(185,169,123); }

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

background-color css

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

 a { background-color: rgb(185,169,123); }

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

border-color css

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

 span { border-color: rgb(185,169,123); }

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