Html Css Color HEX #B9AC7E Pavlova

📋 copy color: '#B9AC7E'

red 185 ◦ green 172 ◦ blue 126

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

Shades of Pavlova #B9AC7E

Tints of Pavlova #B9AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

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

R = 38.3%
G = 35.61%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9AC7E (or 0xB9AC7E) is known color: Pavlova. HEX triplet: B9, AC and 7E. RGB value is (185,172,126). Sum of RGB (Red+Green+Blue) = 185+172+126=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC7E is #465381. Grayscale: #AAAAAA. Windows color (decimal): -4608898 or 8301753. OLE color: 8301753.

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

Color convert

RGB 185 172 126 -
CMYK 0 0.07 0.32 0.27
HSL 46.78º 0.3% 0.61% -
HSV(B) 46.78º 0.32% 0.73% -
XYZ 38.53 41.33 25.68 -
YUV 170.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 185 172 126 0 0.07 0.32 0.27 46.78 0.3 0.61
Hex B9 AC 7E 0 7 20 1B 2F 1E 3D
Octal 271 254 176 0 7 40 33 57 36 75
Binary 10111001 10101100 1111110 0 111 100000 11011 101111 11110 111101

Color Harmonies of #B9AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC7E

Black with #B9AC7E

Text Example


Text Example

White with #B9AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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