Html Css Color HEX #B6A383 Pavlova

📋 copy color: '#B6A383'

red 182 ◦ green 163 ◦ blue 131

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

Shades of Pavlova #B6A383

Tints of Pavlova #B6A383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

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

R = 38.24%
G = 34.24%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B6A383 (or 0xB6A383) is known color: Pavlova. HEX triplet: B6, A3 and 83. RGB value is (182,163,131). Sum of RGB (Red+Green+Blue) = 182+163+131=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A383 is #495C7C. Grayscale: #A5A5A5. Windows color (decimal): -4807805 or 8627126. OLE color: 8627126.

HSL color Cylindrical-coordinate representation of color #B6A383: hue angle of 37.65º 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 #B6A383 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 131 -
CMYK 0 0.10 0.28 0.29
HSL 37.65º 0.26% 0.61% -
HSV(B) 37.65º 0.28% 0.71% -
XYZ 36.49 37.78 26.84 -
YUV 165.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 182 163 131 0 0.10 0.28 0.29 37.65 0.26 0.61
Hex B6 A3 83 0 A 1C 1D 26 1A 3D
Octal 266 243 203 0 12 34 35 46 32 75
Binary 10110110 10100011 10000011 0 1010 11100 11101 100110 11010 111101

Color Harmonies of #B6A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A383

Black with #B6A383

Text Example


Text Example

White with #B6A383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A383; }

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

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

background-color css

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

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

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

border-color css

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

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

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