Html Css Color HEX #B7A58E Pavlova

📋 copy color: '#B7A58E'

red 183 ◦ green 165 ◦ blue 142

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

Shades of Pavlova #B7A58E

Tints of Pavlova #B7A58E

RGB

 RED value IS 183 (71.88% from 255) = 37.35%

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

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

R = 37.35%
G = 33.67%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7A58E (or 0xB7A58E) is known color: Pavlova. HEX triplet: B7, A5 and 8E. RGB value is (183,165,142). Sum of RGB (Red+Green+Blue) = 183+165+142=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A58E is #485A71. Grayscale: #A7A7A7. Windows color (decimal): -4741746 or 9348535. OLE color: 9348535.

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

Color convert

RGB 183 165 142 -
CMYK 0 0.10 0.22 0.28
HSL 33.66º 0.22% 0.64% -
HSV(B) 33.66º 0.22% 0.72% -
XYZ 37.87 38.93 31.11 -
YUV 167.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 183 165 142 0 0.10 0.22 0.28 33.66 0.22 0.64
Hex B7 A5 8E 0 A 16 1C 22 16 40
Octal 267 245 216 0 12 26 34 42 26 100
Binary 10110111 10100101 10001110 0 1010 10110 11100 100010 10110 1000000

Color Harmonies of #B7A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A58E

Black with #B7A58E

Text Example


Text Example

White with #B7A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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