Html Css Color HEX #BAA67D Pavlova

📋 copy color: '#BAA67D'

red 186 ◦ green 166 ◦ blue 125

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

Shades of Pavlova #BAA67D

Tints of Pavlova #BAA67D

RGB

 RED value IS 186 (73.05% from 255) = 38.99%

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

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 38.99%
G = 34.8%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA67D (or 0xBAA67D) is known color: Pavlova. HEX triplet: BA, A6 and 7D. RGB value is (186,166,125). Sum of RGB (Red+Green+Blue) = 186+166+125=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA67D is #455982. Grayscale: #A7A7A7. Windows color (decimal): -4544899 or 8234682. OLE color: 8234682.

HSL color Cylindrical-coordinate representation of color #BAA67D: hue angle of 40.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA67D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 125 -
CMYK 0 0.11 0.33 0.27
HSL 40.33º 0.31% 0.61% -
HSV(B) 40.33º 0.33% 0.73% -
XYZ 37.59 39.19 24.99 -
YUV 167.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 186 166 125 0 0.11 0.33 0.27 40.33 0.31 0.61
Hex BA A6 7D 0 B 21 1B 28 1F 3D
Octal 272 246 175 0 13 41 33 50 37 75
Binary 10111010 10100110 1111101 0 1011 100001 11011 101000 11111 111101

Color Harmonies of #BAA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA67D

Black with #BAA67D

Text Example


Text Example

White with #BAA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA67D; }

 p { color: rgb(186,166,125); }

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

background-color css

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

 a { background-color: rgb(186,166,125); }

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

border-color css

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

 span { border-color: rgb(186,166,125); }

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