Html Css Color HEX #B6A28A Pavlova

📋 copy color: '#B6A28A'

red 182 ◦ green 162 ◦ blue 138

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

Shades of Pavlova #B6A28A

Tints of Pavlova #B6A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 37.76%
G = 33.61%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6A28A (or 0xB6A28A) is known color: Pavlova. HEX triplet: B6, A2 and 8A. RGB value is (182,162,138). Sum of RGB (Red+Green+Blue) = 182+162+138=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A28A is #495D75. Grayscale: #A5A5A5. Windows color (decimal): -4808054 or 9085622. OLE color: 9085622.

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

Color convert

RGB 182 162 138 -
CMYK 0 0.11 0.24 0.29
HSL 32.73º 0.23% 0.63% -
HSV(B) 32.73º 0.24% 0.71% -
XYZ 36.8 37.62 29.37 -
YUV 165.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 182 162 138 0 0.11 0.24 0.29 32.73 0.23 0.63
Hex B6 A2 8A 0 B 18 1D 21 17 3F
Octal 266 242 212 0 13 30 35 41 27 77
Binary 10110110 10100010 10001010 0 1011 11000 11101 100001 10111 111111

Color Harmonies of #B6A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A28A

Black with #B6A28A

Text Example


Text Example

White with #B6A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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