Html Css Color HEX #B9A27F Pavlova

📋 copy color: '#B9A27F'

red 185 ◦ green 162 ◦ blue 127

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

Shades of Pavlova #B9A27F

Tints of Pavlova #B9A27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 39.03%
G = 34.18%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A27F (or 0xB9A27F) is known color: Pavlova. HEX triplet: B9, A2 and 7F. RGB value is (185,162,127). Sum of RGB (Red+Green+Blue) = 185+162+127=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27F is #465D80. Grayscale: #A5A5A5. Windows color (decimal): -4611457 or 8364729. OLE color: 8364729.

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

Color convert

RGB 185 162 127 -
CMYK 0 0.12 0.31 0.27
HSL 36.21º 0.29% 0.61% -
HSV(B) 36.21º 0.31% 0.73% -
XYZ 36.76 37.69 25.42 -
YUV 164.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 185 162 127 0 0.12 0.31 0.27 36.21 0.29 0.61
Hex B9 A2 7F 0 C 1F 1B 24 1D 3D
Octal 271 242 177 0 14 37 33 44 35 75
Binary 10111001 10100010 1111111 0 1100 11111 11011 100100 11101 111101

Color Harmonies of #B9A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A27F

Black with #B9A27F

Text Example


Text Example

White with #B9A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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