Html Css Color HEX #BA921D Buddha Gold

📋 copy color: '#BA921D'

red 186 ◦ green 146 ◦ blue 29

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

Shades of Buddha Gold #BA921D

Tints of Buddha Gold #BA921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 51.52%
G = 40.44%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA921D (or 0xBA921D) is known color: Buddha Gold. HEX triplet: BA, 92 and 1D. RGB value is (186,146,29). Sum of RGB (Red+Green+Blue) = 186+146+29=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA921D is #456DE2. Grayscale: #919191. Windows color (decimal): -4550115 or 1938106. OLE color: 1938106.

HSL color Cylindrical-coordinate representation of color #BA921D: hue angle of 44.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA921D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 29 -
CMYK 0 0.22 0.84 0.27
HSL 44.71º 0.73% 0.42% -
HSV(B) 44.71º 0.84% 0.73% -
XYZ 30.75 31.09 5.54 -
YUV 144.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 186 146 29 0 0.22 0.84 0.27 44.71 0.73 0.42
Hex BA 92 1D 0 16 54 1B 2D 49 2A
Octal 272 222 35 0 26 124 33 55 111 52
Binary 10111010 10010010 11101 0 10110 1010100 11011 101101 1001001 101010

Color Harmonies of #BA921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA921D

Black with #BA921D

Text Example


Text Example

White with #BA921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA921D; }

 p { color: rgb(186,146,29); }

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

background-color css

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

 a { background-color: rgb(186,146,29); }

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

border-color css

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

 span { border-color: rgb(186,146,29); }

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