Html Css Color HEX #BA921B Buddha Gold

📋 copy color: '#BA921B'

red 186 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #BA921B

Tints of Buddha Gold #BA921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 51.81%
G = 40.67%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA921B (or 0xBA921B) is known color: Buddha Gold. HEX triplet: BA, 92 and 1B. RGB value is (186,146,27). Sum of RGB (Red+Green+Blue) = 186+146+27=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA921B is #456DE4. Grayscale: #909090. Windows color (decimal): -4550117 or 1807034. OLE color: 1807034.

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

Color convert

RGB 186 146 27 -
CMYK 0 0.22 0.85 0.27
HSL 44.91º 0.75% 0.42% -
HSV(B) 44.91º 0.85% 0.73% -
XYZ 30.73 31.08 5.42 -
YUV 144.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 186 146 27 0 0.22 0.85 0.27 44.91 0.75 0.42
Hex BA 92 1B 0 16 55 1B 2D 4B 2A
Octal 272 222 33 0 26 125 33 55 113 52
Binary 10111010 10010010 11011 0 10110 1010101 11011 101101 1001011 101010

Color Harmonies of #BA921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA921B

Black with #BA921B

Text Example


Text Example

White with #BA921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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