Html Css Color HEX #B4A58B Pavlova

📋 copy color: '#B4A58B'

red 180 ◦ green 165 ◦ blue 139

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

Shades of Pavlova #B4A58B

Tints of Pavlova #B4A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 37.19%
G = 34.09%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4A58B (or 0xB4A58B) is known color: Pavlova. HEX triplet: B4, A5 and 8B. RGB value is (180,165,139). Sum of RGB (Red+Green+Blue) = 180+165+139=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A58B is #4B5A74. Grayscale: #A6A6A6. Windows color (decimal): -4938357 or 9151924. OLE color: 9151924.

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

Color convert

RGB 180 165 139 -
CMYK 0 0.08 0.23 0.29
HSL 38.05º 0.21% 0.63% -
HSV(B) 38.05º 0.23% 0.71% -
XYZ 36.94 38.48 29.91 -
YUV 166.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 180 165 139 0 0.08 0.23 0.29 38.05 0.21 0.63
Hex B4 A5 8B 0 8 17 1D 26 15 3F
Octal 264 245 213 0 10 27 35 46 25 77
Binary 10110100 10100101 10001011 0 1000 10111 11101 100110 10101 111111

Color Harmonies of #B4A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A58B

Black with #B4A58B

Text Example


Text Example

White with #B4A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A58B; }

 p { color: rgb(180,165,139); }

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

background-color css

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

 a { background-color: rgb(180,165,139); }

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

border-color css

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

 span { border-color: rgb(180,165,139); }

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