Html Css Color HEX #B9A67E Pavlova

📋 copy color: '#B9A67E'

red 185 ◦ green 166 ◦ blue 126

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

Shades of Pavlova #B9A67E

Tints of Pavlova #B9A67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 38.78%
G = 34.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9A67E (or 0xB9A67E) is known color: Pavlova. HEX triplet: B9, A6 and 7E. RGB value is (185,166,126). Sum of RGB (Red+Green+Blue) = 185+166+126=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A67E is #465981. Grayscale: #A7A7A7. Windows color (decimal): -4610434 or 8300217. OLE color: 8300217.

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

Color convert

RGB 185 166 126 -
CMYK 0 0.10 0.32 0.27
HSL 40.68º 0.3% 0.61% -
HSV(B) 40.68º 0.32% 0.73% -
XYZ 37.41 39.09 25.31 -
YUV 167.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 185 166 126 0 0.10 0.32 0.27 40.68 0.3 0.61
Hex B9 A6 7E 0 A 20 1B 29 1E 3D
Octal 271 246 176 0 12 40 33 51 36 75
Binary 10111001 10100110 1111110 0 1010 100000 11011 101001 11110 111101

Color Harmonies of #B9A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A67E

Black with #B9A67E

Text Example


Text Example

White with #B9A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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