Html Css Color HEX #B1A38C Pavlova

📋 copy color: '#B1A38C'

red 177 ◦ green 163 ◦ blue 140

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

Shades of Pavlova #B1A38C

Tints of Pavlova #B1A38C

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 36.88%
G = 33.96%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1A38C (or 0xB1A38C) is known color: Pavlova. HEX triplet: B1, A3 and 8C. RGB value is (177,163,140). Sum of RGB (Red+Green+Blue) = 177+163+140=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A38C is #4E5C73. Grayscale: #A4A4A4. Windows color (decimal): -5135476 or 9216945. OLE color: 9216945.

HSL color Cylindrical-coordinate representation of color #B1A38C: hue angle of 37.3º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A38C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 140 -
CMYK 0 0.08 0.21 0.31
HSL 37.3º 0.19% 0.62% -
HSV(B) 37.3º 0.21% 0.69% -
XYZ 35.96 37.43 30.14 -
YUV 164.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 177 163 140 0 0.08 0.21 0.31 37.3 0.19 0.62
Hex B1 A3 8C 0 8 15 1F 25 13 3E
Octal 261 243 214 0 10 25 37 45 23 76
Binary 10110001 10100011 10001100 0 1000 10101 11111 100101 10011 111110

Color Harmonies of #B1A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A38C

Black with #B1A38C

Text Example


Text Example

White with #B1A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A38C; }

 p { color: rgb(177,163,140); }

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

background-color css

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

 a { background-color: rgb(177,163,140); }

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

border-color css

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

 span { border-color: rgb(177,163,140); }

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