Html Css Color HEX #B3A27D Pavlova

📋 copy color: '#B3A27D'

red 179 ◦ green 162 ◦ blue 125

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

Shades of Pavlova #B3A27D

Tints of Pavlova #B3A27D

RGB

 RED value IS 179 (70.31% from 255) = 38.41%

 GREEN value IS 162 (63.67% from 255) = 34.76%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 38.41%
G = 34.76%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3A27D (or 0xB3A27D) is known color: Pavlova. HEX triplet: B3, A2 and 7D. RGB value is (179,162,125). Sum of RGB (Red+Green+Blue) = 179+162+125=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A27D is #4C5D82. Grayscale: #A3A3A3. Windows color (decimal): -5004675 or 8233651. OLE color: 8233651.

HSL color Cylindrical-coordinate representation of color #B3A27D: hue angle of 41.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A27D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 125 -
CMYK 0 0.09 0.30 0.30
HSL 41.11º 0.26% 0.6% -
HSV(B) 41.11º 0.3% 0.7% -
XYZ 35.21 36.91 24.67 -
YUV 162.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 179 162 125 0 0.09 0.30 0.30 41.11 0.26 0.6
Hex B3 A2 7D 0 9 1E 1E 29 1A 3C
Octal 263 242 175 0 11 36 36 51 32 74
Binary 10110011 10100010 1111101 0 1001 11110 11110 101001 11010 111100

Color Harmonies of #B3A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A27D

Black with #B3A27D

Text Example


Text Example

White with #B3A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A27D; }

 p { color: rgb(179,162,125); }

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

background-color css

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

 a { background-color: rgb(179,162,125); }

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

border-color css

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

 span { border-color: rgb(179,162,125); }

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