Html Css Color HEX #BBA513 Buddha Gold

📋 copy color: '#BBA513'

red 187 ◦ green 165 ◦ blue 19

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

Shades of Buddha Gold #BBA513

Tints of Buddha Gold #BBA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

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

R = 50.4%
G = 44.47%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA513 (or 0xBBA513) is known color: Buddha Gold. HEX triplet: BB, A5 and 13. RGB value is (187,165,19). Sum of RGB (Red+Green+Blue) = 187+165+19=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA513 is #445AEC. Grayscale: #9B9B9B. Windows color (decimal): -4479725 or 1287611. OLE color: 1287611.

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

Color convert

RGB 187 165 19 -
CMYK 0 0.12 0.90 0.27
HSL 52.14º 0.82% 0.4% -
HSV(B) 52.14º 0.9% 0.73% -
XYZ 34.07 37.52 6.06 -
YUV 154.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 187 165 19 0 0.12 0.90 0.27 52.14 0.82 0.4
Hex BB A5 13 0 C 5A 1B 34 52 28
Octal 273 245 23 0 14 132 33 64 122 50
Binary 10111011 10100101 10011 0 1100 1011010 11011 110100 1010010 101000

Color Harmonies of #BBA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA513

Black with #BBA513

Text Example


Text Example

White with #BBA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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