Html Css Color HEX #B4A38D Pavlova

📋 copy color: '#B4A38D'

red 180 ◦ green 163 ◦ blue 141

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

Shades of Pavlova #B4A38D

Tints of Pavlova #B4A38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 37.19%
G = 33.68%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A38D (or 0xB4A38D) is known color: Pavlova. HEX triplet: B4, A3 and 8D. RGB value is (180,163,141). Sum of RGB (Red+Green+Blue) = 180+163+141=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A38D is #4B5C72. Grayscale: #A5A5A5. Windows color (decimal): -4938867 or 9282484. OLE color: 9282484.

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

Color convert

RGB 180 163 141 -
CMYK 0 0.09 0.22 0.29
HSL 33.85º 0.21% 0.63% -
HSV(B) 33.85º 0.22% 0.71% -
XYZ 36.73 37.82 30.56 -
YUV 165.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 180 163 141 0 0.09 0.22 0.29 33.85 0.21 0.63
Hex B4 A3 8D 0 9 16 1D 22 15 3F
Octal 264 243 215 0 11 26 35 42 25 77
Binary 10110100 10100011 10001101 0 1001 10110 11101 100010 10101 111111

Color Harmonies of #B4A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A38D

Black with #B4A38D

Text Example


Text Example

White with #B4A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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