Html Css Color HEX #B4A27D Pavlova

📋 copy color: '#B4A27D'

red 180 ◦ green 162 ◦ blue 125

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

Shades of Pavlova #B4A27D

Tints of Pavlova #B4A27D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

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

R = 38.54%
G = 34.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A27D (or 0xB4A27D) is known color: Pavlova. HEX triplet: B4, A2 and 7D. RGB value is (180,162,125). Sum of RGB (Red+Green+Blue) = 180+162+125=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27D is #4B5D82. Grayscale: #A3A3A3. Windows color (decimal): -4939139 or 8233652. OLE color: 8233652.

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

Color convert

RGB 180 162 125 -
CMYK 0 0.1 0.31 0.29
HSL 40.36º 0.27% 0.6% -
HSV(B) 40.36º 0.31% 0.71% -
XYZ 35.44 37.02 24.68 -
YUV 163.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 180 162 125 0 0.1 0.31 0.29 40.36 0.27 0.6
Hex B4 A2 7D 0 A 1F 1D 28 1B 3C
Octal 264 242 175 0 12 37 35 50 33 74
Binary 10110100 10100010 1111101 0 1010 11111 11101 101000 11011 111100

Color Harmonies of #B4A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A27D

Black with #B4A27D

Text Example


Text Example

White with #B4A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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