Html Css Color HEX #B4A78C Pavlova

📋 copy color: '#B4A78C'

red 180 ◦ green 167 ◦ blue 140

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

Shades of Pavlova #B4A78C

Tints of Pavlova #B4A78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 36.96%
G = 34.29%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A78C (or 0xB4A78C) is known color: Pavlova. HEX triplet: B4, A7 and 8C. RGB value is (180,167,140). Sum of RGB (Red+Green+Blue) = 180+167+140=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A78C is #4B5873. Grayscale: #A7A7A7. Windows color (decimal): -4937844 or 9217972. OLE color: 9217972.

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

Color convert

RGB 180 167 140 -
CMYK 0 0.07 0.22 0.29
HSL 40.5º 0.21% 0.63% -
HSV(B) 40.5º 0.22% 0.71% -
XYZ 37.37 39.23 30.41 -
YUV 167.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 180 167 140 0 0.07 0.22 0.29 40.5 0.21 0.63
Hex B4 A7 8C 0 7 16 1D 28 15 3F
Octal 264 247 214 0 7 26 35 50 25 77
Binary 10110100 10100111 10001100 0 111 10110 11101 101000 10101 111111

Color Harmonies of #B4A78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A78C

Black with #B4A78C

Text Example


Text Example

White with #B4A78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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