Html Css Color HEX #B9A67F Pavlova

📋 copy color: '#B9A67F'

red 185 ◦ green 166 ◦ blue 127

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

Shades of Pavlova #B9A67F

Tints of Pavlova #B9A67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

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

R = 38.7%
G = 34.73%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A67F (or 0xB9A67F) is known color: Pavlova. HEX triplet: B9, A6 and 7F. RGB value is (185,166,127). Sum of RGB (Red+Green+Blue) = 185+166+127=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A67F is #465980. Grayscale: #A7A7A7. Windows color (decimal): -4610433 or 8365753. OLE color: 8365753.

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

Color convert

RGB 185 166 127 -
CMYK 0 0.10 0.31 0.27
HSL 40.34º 0.29% 0.61% -
HSV(B) 40.34º 0.31% 0.73% -
XYZ 37.47 39.12 25.65 -
YUV 167.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 185 166 127 0 0.10 0.31 0.27 40.34 0.29 0.61
Hex B9 A6 7F 0 A 1F 1B 28 1D 3D
Octal 271 246 177 0 12 37 33 50 35 75
Binary 10111001 10100110 1111111 0 1010 11111 11011 101000 11101 111101

Color Harmonies of #B9A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A67F

Black with #B9A67F

Text Example


Text Example

White with #B9A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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