Html Css Color HEX #BBA805 Buddha Gold

📋 copy color: '#BBA805'

red 187 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #BBA805

Tints of Buddha Gold #BBA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.67%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 51.94%
G = 46.67%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA805 (or 0xBBA805) is known color: Buddha Gold. HEX triplet: BB, A8 and 05. RGB value is (187,168,5). Sum of RGB (Red+Green+Blue) = 187+168+5=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA805 is #4457FA. Grayscale: #9B9B9B. Windows color (decimal): -4478971 or 370875. OLE color: 370875.

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

Color convert

RGB 187 168 5 -
CMYK 0 0.10 0.97 0.27
HSL 53.74º 0.95% 0.38% -
HSV(B) 53.74º 0.97% 0.73% -
XYZ 34.52 38.58 5.77 -
YUV 155.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 187 168 5 0 0.10 0.97 0.27 53.74 0.95 0.38
Hex BB A8 5 0 A 61 1B 36 5F 26
Octal 273 250 5 0 12 141 33 66 137 46
Binary 10111011 10101000 101 0 1010 1100001 11011 110110 1011111 100110

Color Harmonies of #BBA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA805

Black with #BBA805

Text Example


Text Example

White with #BBA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA805; }

 p { color: rgb(187,168,5); }

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

background-color css

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

 a { background-color: rgb(187,168,5); }

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

border-color css

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

 span { border-color: rgb(187,168,5); }

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