Html Css Color HEX #BBA709 Buddha Gold

📋 copy color: '#BBA709'

red 187 ◦ green 167 ◦ blue 9

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

Shades of Buddha Gold #BBA709

Tints of Buddha Gold #BBA709

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

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

R = 51.52%
G = 46.01%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA709 (or 0xBBA709) is known color: Buddha Gold. HEX triplet: BB, A7 and 09. RGB value is (187,167,9). Sum of RGB (Red+Green+Blue) = 187+167+9=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA709 is #4458F6. Grayscale: #9B9B9B. Windows color (decimal): -4479223 or 632763. OLE color: 632763.

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

Color convert

RGB 187 167 9 -
CMYK 0 0.11 0.95 0.27
HSL 53.26º 0.91% 0.38% -
HSV(B) 53.26º 0.95% 0.73% -
XYZ 34.36 38.22 5.82 -
YUV 154.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 187 167 9 0 0.11 0.95 0.27 53.26 0.91 0.38
Hex BB A7 9 0 B 5F 1B 35 5B 26
Octal 273 247 11 0 13 137 33 65 133 46
Binary 10111011 10100111 1001 0 1011 1011111 11011 110101 1011011 100110

Color Harmonies of #BBA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA709

Black with #BBA709

Text Example


Text Example

White with #BBA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA709; }

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

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

background-color css

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

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

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

border-color css

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

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

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