Html Css Color HEX #B9A68C Pavlova

📋 copy color: '#B9A68C'

red 185 ◦ green 166 ◦ blue 140

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

Shades of Pavlova #B9A68C

Tints of Pavlova #B9A68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 37.68%
G = 33.81%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9A68C (or 0xB9A68C) is known color: Pavlova. HEX triplet: B9, A6 and 8C. RGB value is (185,166,140). Sum of RGB (Red+Green+Blue) = 185+166+140=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A68C is #465973. Grayscale: #A8A8A8. Windows color (decimal): -4610420 or 9217721. OLE color: 9217721.

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

Color convert

RGB 185 166 140 -
CMYK 0 0.10 0.24 0.27
HSL 34.67º 0.24% 0.64% -
HSV(B) 34.67º 0.24% 0.73% -
XYZ 38.38 39.48 30.41 -
YUV 168.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 185 166 140 0 0.10 0.24 0.27 34.67 0.24 0.64
Hex B9 A6 8C 0 A 18 1B 23 18 40
Octal 271 246 214 0 12 30 33 43 30 100
Binary 10111001 10100110 10001100 0 1010 11000 11011 100011 11000 1000000

Color Harmonies of #B9A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A68C

Black with #B9A68C

Text Example


Text Example

White with #B9A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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