Html Css Color HEX #B9A68B Pavlova

📋 copy color: '#B9A68B'

red 185 ◦ green 166 ◦ blue 139

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

Shades of Pavlova #B9A68B

Tints of Pavlova #B9A68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 37.76%
G = 33.88%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9A68B (or 0xB9A68B) is known color: Pavlova. HEX triplet: B9, A6 and 8B. RGB value is (185,166,139). Sum of RGB (Red+Green+Blue) = 185+166+139=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A68B is #465974. Grayscale: #A8A8A8. Windows color (decimal): -4610421 or 9152185. OLE color: 9152185.

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

Color convert

RGB 185 166 139 -
CMYK 0 0.10 0.25 0.27
HSL 35.22º 0.25% 0.64% -
HSV(B) 35.22º 0.25% 0.73% -
XYZ 38.3 39.45 30.02 -
YUV 168.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 185 166 139 0 0.10 0.25 0.27 35.22 0.25 0.64
Hex B9 A6 8B 0 A 19 1B 23 19 40
Octal 271 246 213 0 12 31 33 43 31 100
Binary 10111001 10100110 10001011 0 1010 11001 11011 100011 11001 1000000

Color Harmonies of #B9A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A68B

Black with #B9A68B

Text Example


Text Example

White with #B9A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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