Html Css Color HEX #BA9C21 Buddha Gold

📋 copy color: '#BA9C21'

red 186 ◦ green 156 ◦ blue 33

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

Shades of Buddha Gold #BA9C21

Tints of Buddha Gold #BA9C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.6%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 49.6%
G = 41.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA9C21 (or 0xBA9C21) is known color: Buddha Gold. HEX triplet: BA, 9C and 21. RGB value is (186,156,33). Sum of RGB (Red+Green+Blue) = 186+156+33=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C21 is #4563DE. Grayscale: #979797. Windows color (decimal): -4547551 or 2202810. OLE color: 2202810.

HSL color Cylindrical-coordinate representation of color #BA9C21: hue angle of 48.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9C21 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 33 -
CMYK 0 0.16 0.82 0.27
HSL 48.24º 0.7% 0.43% -
HSV(B) 48.24º 0.82% 0.73% -
XYZ 32.41 34.33 6.36 -
YUV 150.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 186 156 33 0 0.16 0.82 0.27 48.24 0.7 0.43
Hex BA 9C 21 0 10 52 1B 30 46 2B
Octal 272 234 41 0 20 122 33 60 106 53
Binary 10111010 10011100 100001 0 10000 1010010 11011 110000 1000110 101011

Color Harmonies of #BA9C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C21

Black with #BA9C21

Text Example


Text Example

White with #BA9C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C21; }

 p { color: rgb(186,156,33); }

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

background-color css

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

 a { background-color: rgb(186,156,33); }

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

border-color css

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

 span { border-color: rgb(186,156,33); }

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