Html Css Color HEX #BA951B Buddha Gold

📋 copy color: '#BA951B'

red 186 ◦ green 149 ◦ blue 27

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

Shades of Buddha Gold #BA951B

Tints of Buddha Gold #BA951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 51.38%
G = 41.16%
B = 7.46%

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

#BA951B (or 0xBA951B) is known color: Buddha Gold. HEX triplet: BA, 95 and 1B. RGB value is (186,149,27). Sum of RGB (Red+Green+Blue) = 186+149+27=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA951B is #456AE4. Grayscale: #929292. Windows color (decimal): -4549349 or 1807802. OLE color: 1807802.

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

Color convert

RGB 186 149 27 -
CMYK 0 0.20 0.85 0.27
HSL 46.04º 0.75% 0.42% -
HSV(B) 46.04º 0.85% 0.73% -
XYZ 31.19 32.01 5.57 -
YUV 146.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 186 149 27 0 0.20 0.85 0.27 46.04 0.75 0.42
Hex BA 95 1B 0 14 55 1B 2E 4B 2A
Octal 272 225 33 0 24 125 33 56 113 52
Binary 10111010 10010101 11011 0 10100 1010101 11011 101110 1001011 101010

Color Harmonies of #BA951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA951B

Black with #BA951B

Text Example


Text Example

White with #BA951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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