Html Css Color HEX #BBA507 Buddha Gold

📋 copy color: '#BBA507'

red 187 ◦ green 165 ◦ blue 7

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

Shades of Buddha Gold #BBA507

Tints of Buddha Gold #BBA507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.95%

R = 52.09%
G = 45.96%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA507 (or 0xBBA507) is known color: Buddha Gold. HEX triplet: BB, A5 and 07. RGB value is (187,165,7). Sum of RGB (Red+Green+Blue) = 187+165+7=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA507 is #445AF8. Grayscale: #9A9A9A. Windows color (decimal): -4479737 or 501179. OLE color: 501179.

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

Color convert

RGB 187 165 7 -
CMYK 0 0.12 0.96 0.27
HSL 52.67º 0.93% 0.38% -
HSV(B) 52.67º 0.96% 0.73% -
XYZ 33.99 37.49 5.65 -
YUV 153.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 187 165 7 0 0.12 0.96 0.27 52.67 0.93 0.38
Hex BB A5 7 0 C 60 1B 35 5D 26
Octal 273 245 7 0 14 140 33 65 135 46
Binary 10111011 10100101 111 0 1100 1100000 11011 110101 1011101 100110

Color Harmonies of #BBA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA507

Black with #BBA507

Text Example


Text Example

White with #BBA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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