Html Css Color HEX #BBA50A Buddha Gold

📋 copy color: '#BBA50A'

red 187 ◦ green 165 ◦ blue 10

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

Shades of Buddha Gold #BBA50A

Tints of Buddha Gold #BBA50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 51.66%
G = 45.58%
B = 2.76%

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

#BBA50A (or 0xBBA50A) is known color: Buddha Gold. HEX triplet: BB, A5 and 0A. RGB value is (187,165,10). Sum of RGB (Red+Green+Blue) = 187+165+10=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA50A is #445AF5. Grayscale: #9A9A9A. Windows color (decimal): -4479734 or 697787. OLE color: 697787.

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

Color convert

RGB 187 165 10 -
CMYK 0 0.12 0.95 0.27
HSL 52.54º 0.9% 0.39% -
HSV(B) 52.54º 0.95% 0.73% -
XYZ 34 37.5 5.73 -
YUV 153.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 187 165 10 0 0.12 0.95 0.27 52.54 0.9 0.39
Hex BB A5 A 0 C 5F 1B 35 5A 27
Octal 273 245 12 0 14 137 33 65 132 47
Binary 10111011 10100101 1010 0 1100 1011111 11011 110101 1011010 100111

Color Harmonies of #BBA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA50A

Black with #BBA50A

Text Example


Text Example

White with #BBA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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