Html Css Color HEX #B9A27C Pavlova

📋 copy color: '#B9A27C'

red 185 ◦ green 162 ◦ blue 124

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

Shades of Pavlova #B9A27C

Tints of Pavlova #B9A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 39.28%
G = 34.39%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9A27C (or 0xB9A27C) is known color: Pavlova. HEX triplet: B9, A2 and 7C. RGB value is (185,162,124). Sum of RGB (Red+Green+Blue) = 185+162+124=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27C is #465D83. Grayscale: #A4A4A4. Windows color (decimal): -4611460 or 8168121. OLE color: 8168121.

HSL color Cylindrical-coordinate representation of color #B9A27C: hue angle of 37.38º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A27C is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 124 -
CMYK 0 0.12 0.33 0.27
HSL 37.38º 0.3% 0.61% -
HSV(B) 37.38º 0.33% 0.73% -
XYZ 36.57 37.61 24.4 -
YUV 164.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 185 162 124 0 0.12 0.33 0.27 37.38 0.3 0.61
Hex B9 A2 7C 0 C 21 1B 25 1E 3D
Octal 271 242 174 0 14 41 33 45 36 75
Binary 10111001 10100010 1111100 0 1100 100001 11011 100101 11110 111101

Color Harmonies of #B9A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A27C

Black with #B9A27C

Text Example


Text Example

White with #B9A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A27C; }

 p { color: rgb(185,162,124); }

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

background-color css

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

 a { background-color: rgb(185,162,124); }

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

border-color css

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

 span { border-color: rgb(185,162,124); }

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