Html Css Color HEX #BBA107 Buddha Gold

📋 copy color: '#BBA107'

red 187 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #BBA107

Tints of Buddha Gold #BBA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

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

R = 52.68%
G = 45.35%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA107 (or 0xBBA107) is known color: Buddha Gold. HEX triplet: BB, A1 and 07. RGB value is (187,161,7). Sum of RGB (Red+Green+Blue) = 187+161+7=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA107 is #445EF8. Grayscale: #979797. Windows color (decimal): -4480761 or 500155. OLE color: 500155.

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

Color convert

RGB 187 161 7 -
CMYK 0 0.14 0.96 0.27
HSL 51.33º 0.93% 0.38% -
HSV(B) 51.33º 0.96% 0.73% -
XYZ 33.28 36.07 5.41 -
YUV 151.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 187 161 7 0 0.14 0.96 0.27 51.33 0.93 0.38
Hex BB A1 7 0 E 60 1B 33 5D 26
Octal 273 241 7 0 16 140 33 63 135 46
Binary 10111011 10100001 111 0 1110 1100000 11011 110011 1011101 100110

Color Harmonies of #BBA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA107

Black with #BBA107

Text Example


Text Example

White with #BBA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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