Html Css Color HEX #B2A68A Pavlova

📋 copy color: '#B2A68A'

red 178 ◦ green 166 ◦ blue 138

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

Shades of Pavlova #B2A68A

Tints of Pavlova #B2A68A

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 166 (65.23% from 255) = 34.44%

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

R = 36.93%
G = 34.44%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A68A (or 0xB2A68A) is known color: Pavlova. HEX triplet: B2, A6 and 8A. RGB value is (178,166,138). Sum of RGB (Red+Green+Blue) = 178+166+138=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A68A is #4D5975. Grayscale: #A6A6A6. Windows color (decimal): -5069174 or 9086642. OLE color: 9086642.

HSL color Cylindrical-coordinate representation of color #B2A68A: hue angle of 42º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A68A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 166 138 -
CMYK 0 0.07 0.22 0.30
HSL 42º 0.21% 0.62% -
HSV(B) 42º 0.22% 0.7% -
XYZ 36.58 38.57 29.56 -
YUV 166.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 178 166 138 0 0.07 0.22 0.30 42 0.21 0.62
Hex B2 A6 8A 0 7 16 1E 2A 15 3E
Octal 262 246 212 0 7 26 36 52 25 76
Binary 10110010 10100110 10001010 0 111 10110 11110 101010 10101 111110

Color Harmonies of #B2A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A68A

Black with #B2A68A

Text Example


Text Example

White with #B2A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A68A; }

 p { color: rgb(178,166,138); }

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

background-color css

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

 a { background-color: rgb(178,166,138); }

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

border-color css

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

 span { border-color: rgb(178,166,138); }

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