Html Css Color HEX #B5A679 Pavlova

📋 copy color: '#B5A679'

red 181 ◦ green 166 ◦ blue 121

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

Shades of Pavlova #B5A679

Tints of Pavlova #B5A679

RGB

 RED value IS 181 (71.09% from 255) = 38.68%

 GREEN value IS 166 (65.23% from 255) = 35.47%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 38.68%
G = 35.47%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5A679 (or 0xB5A679) is known color: Pavlova. HEX triplet: B5, A6 and 79. RGB value is (181,166,121). Sum of RGB (Red+Green+Blue) = 181+166+121=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A679 is #4A5986. Grayscale: #A5A5A5. Windows color (decimal): -4872583 or 7972533. OLE color: 7972533.

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

Color convert

RGB 181 166 121 -
CMYK 0 0.08 0.33 0.29
HSL 45º 0.29% 0.59% -
HSV(B) 45º 0.33% 0.71% -
XYZ 36.14 38.48 23.61 -
YUV 165.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 181 166 121 0 0.08 0.33 0.29 45 0.29 0.59
Hex B5 A6 79 0 8 21 1D 2D 1D 3B
Octal 265 246 171 0 10 41 35 55 35 73
Binary 10110101 10100110 1111001 0 1000 100001 11101 101101 11101 111011

Color Harmonies of #B5A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A679

Black with #B5A679

Text Example


Text Example

White with #B5A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A679; }

 p { color: rgb(181,166,121); }

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

background-color css

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

 a { background-color: rgb(181,166,121); }

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

border-color css

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

 span { border-color: rgb(181,166,121); }

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