Html Css Color HEX #BBA90A Buddha Gold

📋 copy color: '#BBA90A'

red 187 ◦ green 169 ◦ blue 10

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

Shades of Buddha Gold #BBA90A

Tints of Buddha Gold #BBA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.17%

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

R = 51.09%
G = 46.17%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA90A (or 0xBBA90A) is known color: Buddha Gold. HEX triplet: BB, A9 and 0A. RGB value is (187,169,10). Sum of RGB (Red+Green+Blue) = 187+169+10=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA90A is #4456F5. Grayscale: #9C9C9C. Windows color (decimal): -4478710 or 698811. OLE color: 698811.

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

Color convert

RGB 187 169 10 -
CMYK 0 0.10 0.95 0.27
HSL 53.9º 0.9% 0.39% -
HSV(B) 53.9º 0.95% 0.73% -
XYZ 34.74 38.96 5.98 -
YUV 156.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 187 169 10 0 0.10 0.95 0.27 53.9 0.9 0.39
Hex BB A9 A 0 A 5F 1B 36 5A 27
Octal 273 251 12 0 12 137 33 66 132 47
Binary 10111011 10101001 1010 0 1010 1011111 11011 110110 1011010 100111

Color Harmonies of #BBA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA90A

Black with #BBA90A

Text Example


Text Example

White with #BBA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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