Html Css Color HEX #B6A27F Pavlova

📋 copy color: '#B6A27F'

red 182 ◦ green 162 ◦ blue 127

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

Shades of Pavlova #B6A27F

Tints of Pavlova #B6A27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 38.64%
G = 34.39%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6A27F (or 0xB6A27F) is known color: Pavlova. HEX triplet: B6, A2 and 7F. RGB value is (182,162,127). Sum of RGB (Red+Green+Blue) = 182+162+127=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A27F is #495D80. Grayscale: #A4A4A4. Windows color (decimal): -4808065 or 8364726. OLE color: 8364726.

HSL color Cylindrical-coordinate representation of color #B6A27F: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A27F is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 127 -
CMYK 0 0.11 0.30 0.29
HSL 38.18º 0.27% 0.61% -
HSV(B) 38.18º 0.3% 0.71% -
XYZ 36.04 37.32 25.38 -
YUV 163.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 182 162 127 0 0.11 0.30 0.29 38.18 0.27 0.61
Hex B6 A2 7F 0 B 1E 1D 26 1B 3D
Octal 266 242 177 0 13 36 35 46 33 75
Binary 10110110 10100010 1111111 0 1011 11110 11101 100110 11011 111101

Color Harmonies of #B6A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A27F

Black with #B6A27F

Text Example


Text Example

White with #B6A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A27F; }

 p { color: rgb(182,162,127); }

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

background-color css

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

 a { background-color: rgb(182,162,127); }

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

border-color css

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

 span { border-color: rgb(182,162,127); }

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