Html Css Color HEX #BA971D Buddha Gold

📋 copy color: '#BA971D'

red 186 ◦ green 151 ◦ blue 29

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

Shades of Buddha Gold #BA971D

Tints of Buddha Gold #BA971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 50.82%
G = 41.26%
B = 7.92%

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

#BA971D (or 0xBA971D) is known color: Buddha Gold. HEX triplet: BA, 97 and 1D. RGB value is (186,151,29). Sum of RGB (Red+Green+Blue) = 186+151+29=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971D is #4568E2. Grayscale: #949494. Windows color (decimal): -4548835 or 1939386. OLE color: 1939386.

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

Color convert

RGB 186 151 29 -
CMYK 0 0.19 0.84 0.27
HSL 46.62º 0.73% 0.42% -
HSV(B) 46.62º 0.84% 0.73% -
XYZ 31.54 32.66 5.8 -
YUV 147.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 186 151 29 0 0.19 0.84 0.27 46.62 0.73 0.42
Hex BA 97 1D 0 13 54 1B 2F 49 2A
Octal 272 227 35 0 23 124 33 57 111 52
Binary 10111010 10010111 11101 0 10011 1010100 11011 101111 1001001 101010

Color Harmonies of #BA971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971D

Black with #BA971D

Text Example


Text Example

White with #BA971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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