Html Css Color HEX #B4A77C Pavlova

📋 copy color: '#B4A77C'

red 180 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #B4A77C

Tints of Pavlova #B4A77C

RGB

 RED value IS 180 (70.7% from 255) = 38.22%

 GREEN value IS 167 (65.63% from 255) = 35.46%

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

R = 38.22%
G = 35.46%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A77C (or 0xB4A77C) is known color: Pavlova. HEX triplet: B4, A7 and 7C. RGB value is (180,167,124). Sum of RGB (Red+Green+Blue) = 180+167+124=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A77C is #4B5883. Grayscale: #A6A6A6. Windows color (decimal): -4937860 or 8169396. OLE color: 8169396.

HSL color Cylindrical-coordinate representation of color #B4A77C: hue angle of 46.07º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4A77C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 124 -
CMYK 0 0.07 0.31 0.29
HSL 46.07º 0.27% 0.6% -
HSV(B) 46.07º 0.31% 0.71% -
XYZ 36.28 38.8 24.65 -
YUV 165.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 180 167 124 0 0.07 0.31 0.29 46.07 0.27 0.6
Hex B4 A7 7C 0 7 1F 1D 2E 1B 3C
Octal 264 247 174 0 7 37 35 56 33 74
Binary 10110100 10100111 1111100 0 111 11111 11101 101110 11011 111100

Color Harmonies of #B4A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A77C

Black with #B4A77C

Text Example


Text Example

White with #B4A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A77C; }

 p { color: rgb(180,167,124); }

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

background-color css

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

 a { background-color: rgb(180,167,124); }

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

border-color css

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

 span { border-color: rgb(180,167,124); }

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