Html Css Color HEX #B4A37D Pavlova

📋 copy color: '#B4A37D'

red 180 ◦ green 163 ◦ blue 125

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

Shades of Pavlova #B4A37D

Tints of Pavlova #B4A37D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 38.46%
G = 34.83%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A37D (or 0xB4A37D) is known color: Pavlova. HEX triplet: B4, A3 and 7D. RGB value is (180,163,125). Sum of RGB (Red+Green+Blue) = 180+163+125=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A37D is #4B5C82. Grayscale: #A3A3A3. Windows color (decimal): -4938883 or 8233908. OLE color: 8233908.

HSL color Cylindrical-coordinate representation of color #B4A37D: hue angle of 41.45º 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 #B4A37D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 125 -
CMYK 0 0.09 0.31 0.29
HSL 41.45º 0.27% 0.6% -
HSV(B) 41.45º 0.31% 0.71% -
XYZ 35.62 37.38 24.74 -
YUV 163.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 180 163 125 0 0.09 0.31 0.29 41.45 0.27 0.6
Hex B4 A3 7D 0 9 1F 1D 29 1B 3C
Octal 264 243 175 0 11 37 35 51 33 74
Binary 10110100 10100011 1111101 0 1001 11111 11101 101001 11011 111100

Color Harmonies of #B4A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A37D

Black with #B4A37D

Text Example


Text Example

White with #B4A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A37D; }

 p { color: rgb(180,163,125); }

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

background-color css

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

 a { background-color: rgb(180,163,125); }

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

border-color css

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

 span { border-color: rgb(180,163,125); }

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