Html Css Color HEX #BBA313 Buddha Gold

📋 copy color: '#BBA313'

red 187 ◦ green 163 ◦ blue 19

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

Shades of Buddha Gold #BBA313

Tints of Buddha Gold #BBA313

RGB

 RED value IS 187 (73.44% from 255) = 50.68%

 GREEN value IS 163 (64.06% from 255) = 44.17%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 50.68%
G = 44.17%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA313 (or 0xBBA313) is known color: Buddha Gold. HEX triplet: BB, A3 and 13. RGB value is (187,163,19). Sum of RGB (Red+Green+Blue) = 187+163+19=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA313 is #445CEC. Grayscale: #9A9A9A. Windows color (decimal): -4480237 or 1287099. OLE color: 1287099.

HSL color Cylindrical-coordinate representation of color #BBA313: hue angle of 51.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA313 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 19 -
CMYK 0 0.13 0.90 0.27
HSL 51.43º 0.82% 0.4% -
HSV(B) 51.43º 0.9% 0.73% -
XYZ 33.71 36.81 5.94 -
YUV 153.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 187 163 19 0 0.13 0.90 0.27 51.43 0.82 0.4
Hex BB A3 13 0 D 5A 1B 33 52 28
Octal 273 243 23 0 15 132 33 63 122 50
Binary 10111011 10100011 10011 0 1101 1011010 11011 110011 1010010 101000

Color Harmonies of #BBA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA313

Black with #BBA313

Text Example


Text Example

White with #BBA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA313; }

 p { color: rgb(187,163,19); }

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

background-color css

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

 a { background-color: rgb(187,163,19); }

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

border-color css

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

 span { border-color: rgb(187,163,19); }

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