Html Css Color HEX #BA961D Buddha Gold

📋 copy color: '#BA961D'

red 186 ◦ green 150 ◦ blue 29

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

Shades of Buddha Gold #BA961D

Tints of Buddha Gold #BA961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 50.96%
G = 41.1%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA961D (or 0xBA961D) is known color: Buddha Gold. HEX triplet: BA, 96 and 1D. RGB value is (186,150,29). Sum of RGB (Red+Green+Blue) = 186+150+29=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA961D is #4569E2. Grayscale: #939393. Windows color (decimal): -4549091 or 1939130. OLE color: 1939130.

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

Color convert

RGB 186 150 29 -
CMYK 0 0.19 0.84 0.27
HSL 46.24º 0.73% 0.42% -
HSV(B) 46.24º 0.84% 0.73% -
XYZ 31.38 32.34 5.75 -
YUV 146.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 186 150 29 0 0.19 0.84 0.27 46.24 0.73 0.42
Hex BA 96 1D 0 13 54 1B 2E 49 2A
Octal 272 226 35 0 23 124 33 56 111 52
Binary 10111010 10010110 11101 0 10011 1010100 11011 101110 1001001 101010

Color Harmonies of #BA961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA961D

Black with #BA961D

Text Example


Text Example

White with #BA961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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