Html Css Color HEX #B9A68D Pavlova

📋 copy color: '#B9A68D'

red 185 ◦ green 166 ◦ blue 141

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

Shades of Pavlova #B9A68D

Tints of Pavlova #B9A68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 37.6%
G = 33.74%
B = 28.66%

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

#B9A68D (or 0xB9A68D) is known color: Pavlova. HEX triplet: B9, A6 and 8D. RGB value is (185,166,141). Sum of RGB (Red+Green+Blue) = 185+166+141=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A68D is #465972. Grayscale: #A8A8A8. Windows color (decimal): -4610419 or 9283257. OLE color: 9283257.

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

Color convert

RGB 185 166 141 -
CMYK 0 0.10 0.24 0.27
HSL 34.09º 0.24% 0.64% -
HSV(B) 34.09º 0.24% 0.73% -
XYZ 38.45 39.51 30.8 -
YUV 168.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 185 166 141 0 0.10 0.24 0.27 34.09 0.24 0.64
Hex B9 A6 8D 0 A 18 1B 22 18 40
Octal 271 246 215 0 12 30 33 42 30 100
Binary 10111001 10100110 10001101 0 1010 11000 11011 100010 11000 1000000

Color Harmonies of #B9A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A68D

Black with #B9A68D

Text Example


Text Example

White with #B9A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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