Html Css Color HEX #B6A58E Pavlova

📋 copy color: '#B6A58E'

red 182 ◦ green 165 ◦ blue 142

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

Shades of Pavlova #B6A58E

Tints of Pavlova #B6A58E

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 37.22%
G = 33.74%
B = 29.04%

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

#B6A58E (or 0xB6A58E) is known color: Pavlova. HEX triplet: B6, A5 and 8E. RGB value is (182,165,142). Sum of RGB (Red+Green+Blue) = 182+165+142=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A58E is #495A71. Grayscale: #A7A7A7. Windows color (decimal): -4807282 or 9348534. OLE color: 9348534.

HSL color Cylindrical-coordinate representation of color #B6A58E: hue angle of 34.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A58E is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 142 -
CMYK 0 0.09 0.22 0.29
HSL 34.5º 0.22% 0.64% -
HSV(B) 34.5º 0.22% 0.71% -
XYZ 37.63 38.81 31.1 -
YUV 167.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 182 165 142 0 0.09 0.22 0.29 34.5 0.22 0.64
Hex B6 A5 8E 0 9 16 1D 22 16 40
Octal 266 245 216 0 11 26 35 42 26 100
Binary 10110110 10100101 10001110 0 1001 10110 11101 100010 10110 1000000

Color Harmonies of #B6A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A58E

Black with #B6A58E

Text Example


Text Example

White with #B6A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A58E; }

 p { color: rgb(182,165,142); }

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

background-color css

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

 a { background-color: rgb(182,165,142); }

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

border-color css

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

 span { border-color: rgb(182,165,142); }

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