Html Css Color HEX #B4A47B Pavlova

📋 copy color: '#B4A47B'

red 180 ◦ green 164 ◦ blue 123

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

Shades of Pavlova #B4A47B

Tints of Pavlova #B4A47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 38.54%
G = 35.12%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4A47B (or 0xB4A47B) is known color: Pavlova. HEX triplet: B4, A4 and 7B. RGB value is (180,164,123). Sum of RGB (Red+Green+Blue) = 180+164+123=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A47B is #4B5B84. Grayscale: #A4A4A4. Windows color (decimal): -4938629 or 8103092. OLE color: 8103092.

HSL color Cylindrical-coordinate representation of color #B4A47B: hue angle of 43.16º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A47B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 164 123 -
CMYK 0 0.09 0.32 0.29
HSL 43.16º 0.28% 0.59% -
HSV(B) 43.16º 0.32% 0.71% -
XYZ 35.67 37.68 24.13 -
YUV 164.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 180 164 123 0 0.09 0.32 0.29 43.16 0.28 0.59
Hex B4 A4 7B 0 9 20 1D 2B 1C 3B
Octal 264 244 173 0 11 40 35 53 34 73
Binary 10110100 10100100 1111011 0 1001 100000 11101 101011 11100 111011

Color Harmonies of #B4A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A47B

Black with #B4A47B

Text Example


Text Example

White with #B4A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A47B; }

 p { color: rgb(180,164,123); }

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

background-color css

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

 a { background-color: rgb(180,164,123); }

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

border-color css

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

 span { border-color: rgb(180,164,123); }

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