Html Css Color HEX #BA971B Buddha Gold

📋 copy color: '#BA971B'

red 186 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #BA971B

Tints of Buddha Gold #BA971B

RGB

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

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

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

R = 51.1%
G = 41.48%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA971B (or 0xBA971B) is known color: Buddha Gold. HEX triplet: BA, 97 and 1B. RGB value is (186,151,27). Sum of RGB (Red+Green+Blue) = 186+151+27=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971B is #4568E4. Grayscale: #939393. Windows color (decimal): -4548837 or 1808314. OLE color: 1808314.

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

Color convert

RGB 186 151 27 -
CMYK 0 0.19 0.85 0.27
HSL 46.79º 0.75% 0.42% -
HSV(B) 46.79º 0.85% 0.73% -
XYZ 31.51 32.65 5.68 -
YUV 147.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 186 151 27 0 0.19 0.85 0.27 46.79 0.75 0.42
Hex BA 97 1B 0 13 55 1B 2F 4B 2A
Octal 272 227 33 0 23 125 33 57 113 52
Binary 10111010 10010111 11011 0 10011 1010101 11011 101111 1001011 101010

Color Harmonies of #BA971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971B

Black with #BA971B

Text Example


Text Example

White with #BA971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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