Html Css Color HEX #B4A38B Pavlova

📋 copy color: '#B4A38B'

red 180 ◦ green 163 ◦ blue 139

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

Shades of Pavlova #B4A38B

Tints of Pavlova #B4A38B

RGB

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

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

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

R = 37.34%
G = 33.82%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4A38B (or 0xB4A38B) is known color: Pavlova. HEX triplet: B4, A3 and 8B. RGB value is (180,163,139). Sum of RGB (Red+Green+Blue) = 180+163+139=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A38B is #4B5C74. Grayscale: #A5A5A5. Windows color (decimal): -4938869 or 9151412. OLE color: 9151412.

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

Color convert

RGB 180 163 139 -
CMYK 0 0.09 0.23 0.29
HSL 35.12º 0.21% 0.63% -
HSV(B) 35.12º 0.23% 0.71% -
XYZ 36.58 37.76 29.79 -
YUV 165.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 180 163 139 0 0.09 0.23 0.29 35.12 0.21 0.63
Hex B4 A3 8B 0 9 17 1D 23 15 3F
Octal 264 243 213 0 11 27 35 43 25 77
Binary 10110100 10100011 10001011 0 1001 10111 11101 100011 10101 111111

Color Harmonies of #B4A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A38B

Black with #B4A38B

Text Example


Text Example

White with #B4A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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