Html Css Color HEX #B8AB7C Pavlova

📋 copy color: '#B8AB7C'

red 184 ◦ green 171 ◦ blue 124

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

Shades of Pavlova #B8AB7C

Tints of Pavlova #B8AB7C

RGB

 RED value IS 184 (72.27% from 255) = 38.41%

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 38.41%
G = 35.7%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8AB7C (or 0xB8AB7C) is known color: Pavlova. HEX triplet: B8, AB and 7C. RGB value is (184,171,124). Sum of RGB (Red+Green+Blue) = 184+171+124=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB7C is #475483. Grayscale: #A9A9A9. Windows color (decimal): -4674692 or 8170424. OLE color: 8170424.

HSL color Cylindrical-coordinate representation of color #B8AB7C: hue angle of 47º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AB7C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 171 124 -
CMYK 0 0.07 0.33 0.28
HSL 47º 0.3% 0.6% -
HSV(B) 47º 0.33% 0.72% -
XYZ 37.97 40.77 24.94 -
YUV 169.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 184 171 124 0 0.07 0.33 0.28 47 0.3 0.6
Hex B8 AB 7C 0 7 21 1C 2F 1E 3C
Octal 270 253 174 0 7 41 34 57 36 74
Binary 10111000 10101011 1111100 0 111 100001 11100 101111 11110 111100

Color Harmonies of #B8AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB7C

Black with #B8AB7C

Text Example


Text Example

White with #B8AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB7C; }

 p { color: rgb(184,171,124); }

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

background-color css

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

 a { background-color: rgb(184,171,124); }

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

border-color css

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

 span { border-color: rgb(184,171,124); }

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