Html Css Color HEX #B6A381 Pavlova

📋 copy color: '#B6A381'

red 182 ◦ green 163 ◦ blue 129

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

Shades of Pavlova #B6A381

Tints of Pavlova #B6A381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 38.4%
G = 34.39%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B6A381 (or 0xB6A381) is known color: Pavlova. HEX triplet: B6, A3 and 81. RGB value is (182,163,129). Sum of RGB (Red+Green+Blue) = 182+163+129=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A381 is #495C7E. Grayscale: #A4A4A4. Windows color (decimal): -4807807 or 8496054. OLE color: 8496054.

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

Color convert

RGB 182 163 129 -
CMYK 0 0.10 0.29 0.29
HSL 38.49º 0.27% 0.61% -
HSV(B) 38.49º 0.29% 0.71% -
XYZ 36.35 37.72 26.13 -
YUV 164.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 182 163 129 0 0.10 0.29 0.29 38.49 0.27 0.61
Hex B6 A3 81 0 A 1D 1D 26 1B 3D
Octal 266 243 201 0 12 35 35 46 33 75
Binary 10110110 10100011 10000001 0 1010 11101 11101 100110 11011 111101

Color Harmonies of #B6A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A381

Black with #B6A381

Text Example


Text Example

White with #B6A381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A381; }

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

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

background-color css

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

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

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

border-color css

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

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

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