Html Css Color HEX #BBA509 Buddha Gold

📋 copy color: '#BBA509'

red 187 ◦ green 165 ◦ blue 9

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

Shades of Buddha Gold #BBA509

Tints of Buddha Gold #BBA509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 51.8%
G = 45.71%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA509 (or 0xBBA509) is known color: Buddha Gold. HEX triplet: BB, A5 and 09. RGB value is (187,165,9). Sum of RGB (Red+Green+Blue) = 187+165+9=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA509 is #445AF6. Grayscale: #9A9A9A. Windows color (decimal): -4479735 or 632251. OLE color: 632251.

HSL color Cylindrical-coordinate representation of color #BBA509: hue angle of 52.58º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBA509 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 9 -
CMYK 0 0.12 0.95 0.27
HSL 52.58º 0.91% 0.38% -
HSV(B) 52.58º 0.95% 0.73% -
XYZ 34 37.49 5.7 -
YUV 153.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 187 165 9 0 0.12 0.95 0.27 52.58 0.91 0.38
Hex BB A5 9 0 C 5F 1B 35 5B 26
Octal 273 245 11 0 14 137 33 65 133 46
Binary 10111011 10100101 1001 0 1100 1011111 11011 110101 1011011 100110

Color Harmonies of #BBA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA509

Black with #BBA509

Text Example


Text Example

White with #BBA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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