Html Css Color HEX #B4A77F Pavlova

📋 copy color: '#B4A77F'

red 180 ◦ green 167 ◦ blue 127

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

Shades of Pavlova #B4A77F

Tints of Pavlova #B4A77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 37.97%
G = 35.23%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4A77F (or 0xB4A77F) is known color: Pavlova. HEX triplet: B4, A7 and 7F. RGB value is (180,167,127). Sum of RGB (Red+Green+Blue) = 180+167+127=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A77F is #4B5880. Grayscale: #A6A6A6. Windows color (decimal): -4937857 or 8366004. OLE color: 8366004.

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

Color convert

RGB 180 167 127 -
CMYK 0 0.07 0.29 0.29
HSL 45.28º 0.26% 0.6% -
HSV(B) 45.28º 0.29% 0.71% -
XYZ 36.47 38.87 25.66 -
YUV 166.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 180 167 127 0 0.07 0.29 0.29 45.28 0.26 0.6
Hex B4 A7 7F 0 7 1D 1D 2D 1A 3C
Octal 264 247 177 0 7 35 35 55 32 74
Binary 10110100 10100111 1111111 0 111 11101 11101 101101 11010 111100

Color Harmonies of #B4A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A77F

Black with #B4A77F

Text Example


Text Example

White with #B4A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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