Html Css Color HEX #BA941B Buddha Gold

📋 copy color: '#BA941B'

red 186 ◦ green 148 ◦ blue 27

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

Shades of Buddha Gold #BA941B

Tints of Buddha Gold #BA941B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 51.52%
G = 41%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA941B (or 0xBA941B) is known color: Buddha Gold. HEX triplet: BA, 94 and 1B. RGB value is (186,148,27). Sum of RGB (Red+Green+Blue) = 186+148+27=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA941B is #456BE4. Grayscale: #929292. Windows color (decimal): -4549605 or 1807546. OLE color: 1807546.

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

Color convert

RGB 186 148 27 -
CMYK 0 0.20 0.85 0.27
HSL 45.66º 0.75% 0.42% -
HSV(B) 45.66º 0.85% 0.73% -
XYZ 31.04 31.7 5.52 -
YUV 145.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 186 148 27 0 0.20 0.85 0.27 45.66 0.75 0.42
Hex BA 94 1B 0 14 55 1B 2E 4B 2A
Octal 272 224 33 0 24 125 33 56 113 52
Binary 10111010 10010100 11011 0 10100 1010101 11011 101110 1001011 101010

Color Harmonies of #BA941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA941B

Black with #BA941B

Text Example


Text Example

White with #BA941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA941B; }

 p { color: rgb(186,148,27); }

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

background-color css

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

 a { background-color: rgb(186,148,27); }

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

border-color css

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

 span { border-color: rgb(186,148,27); }

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