Html Css Color HEX #BAA77B Pavlova

📋 copy color: '#BAA77B'

red 186 ◦ green 167 ◦ blue 123

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

Shades of Pavlova #BAA77B

Tints of Pavlova #BAA77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

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

R = 39.08%
G = 35.08%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA77B (or 0xBAA77B) is known color: Pavlova. HEX triplet: BA, A7 and 7B. RGB value is (186,167,123). Sum of RGB (Red+Green+Blue) = 186+167+123=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA77B is #455884. Grayscale: #A7A7A7. Windows color (decimal): -4544645 or 8103866. OLE color: 8103866.

HSL color Cylindrical-coordinate representation of color #BAA77B: hue angle of 41.9º 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 #BAA77B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 123 -
CMYK 0 0.10 0.34 0.27
HSL 41.9º 0.31% 0.61% -
HSV(B) 41.9º 0.34% 0.73% -
XYZ 37.64 39.51 24.38 -
YUV 167.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 186 167 123 0 0.10 0.34 0.27 41.9 0.31 0.61
Hex BA A7 7B 0 A 22 1B 2A 1F 3D
Octal 272 247 173 0 12 42 33 52 37 75
Binary 10111010 10100111 1111011 0 1010 100010 11011 101010 11111 111101

Color Harmonies of #BAA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA77B

Black with #BAA77B

Text Example


Text Example

White with #BAA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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