Html Css Color HEX #BBA409 Buddha Gold

📋 copy color: '#BBA409'

red 187 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #BBA409

Tints of Buddha Gold #BBA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

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

R = 51.94%
G = 45.56%
B = 2.5%

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

#BBA409 (or 0xBBA409) is known color: Buddha Gold. HEX triplet: BB, A4 and 09. RGB value is (187,164,9). Sum of RGB (Red+Green+Blue) = 187+164+9=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA409 is #445BF6. Grayscale: #999999. Windows color (decimal): -4479991 or 631995. OLE color: 631995.

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

Color convert

RGB 187 164 9 -
CMYK 0 0.12 0.95 0.27
HSL 52.25º 0.91% 0.38% -
HSV(B) 52.25º 0.95% 0.73% -
XYZ 33.82 37.14 5.64 -
YUV 153.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 187 164 9 0 0.12 0.95 0.27 52.25 0.91 0.38
Hex BB A4 9 0 C 5F 1B 34 5B 26
Octal 273 244 11 0 14 137 33 64 133 46
Binary 10111011 10100100 1001 0 1100 1011111 11011 110100 1011011 100110

Color Harmonies of #BBA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA409

Black with #BBA409

Text Example


Text Example

White with #BBA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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