Html Css Color HEX #B6A283 Pavlova

📋 copy color: '#B6A283'

red 182 ◦ green 162 ◦ blue 131

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

Shades of Pavlova #B6A283

Tints of Pavlova #B6A283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 38.32%
G = 34.11%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B6A283 (or 0xB6A283) is known color: Pavlova. HEX triplet: B6, A2 and 83. RGB value is (182,162,131). Sum of RGB (Red+Green+Blue) = 182+162+131=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A283 is #495D7C. Grayscale: #A4A4A4. Windows color (decimal): -4808061 or 8626870. OLE color: 8626870.

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

Color convert

RGB 182 162 131 -
CMYK 0 0.11 0.28 0.29
HSL 36.47º 0.26% 0.61% -
HSV(B) 36.47º 0.28% 0.71% -
XYZ 36.31 37.42 26.78 -
YUV 164.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 182 162 131 0 0.11 0.28 0.29 36.47 0.26 0.61
Hex B6 A2 83 0 B 1C 1D 24 1A 3D
Octal 266 242 203 0 13 34 35 44 32 75
Binary 10110110 10100010 10000011 0 1011 11100 11101 100100 11010 111101

Color Harmonies of #B6A283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A283

Black with #B6A283

Text Example


Text Example

White with #B6A283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A283; }

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

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

background-color css

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

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

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

border-color css

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

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

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