Html Css Color HEX #BAA67B Pavlova

📋 copy color: '#BAA67B'

red 186 ◦ green 166 ◦ blue 123

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

Shades of Pavlova #BAA67B

Tints of Pavlova #BAA67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 39.16%
G = 34.95%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA67B (or 0xBAA67B) is known color: Pavlova. HEX triplet: BA, A6 and 7B. RGB value is (186,166,123). Sum of RGB (Red+Green+Blue) = 186+166+123=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA67B is #455984. Grayscale: #A7A7A7. Windows color (decimal): -4544901 or 8103610. OLE color: 8103610.

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

Color convert

RGB 186 166 123 -
CMYK 0 0.11 0.34 0.27
HSL 40.95º 0.31% 0.61% -
HSV(B) 40.95º 0.34% 0.73% -
XYZ 37.46 39.14 24.32 -
YUV 167.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 186 166 123 0 0.11 0.34 0.27 40.95 0.31 0.61
Hex BA A6 7B 0 B 22 1B 29 1F 3D
Octal 272 246 173 0 13 42 33 51 37 75
Binary 10111010 10100110 1111011 0 1011 100010 11011 101001 11111 111101

Color Harmonies of #BAA67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA67B

Black with #BAA67B

Text Example


Text Example

White with #BAA67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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