Html Css Color HEX #BBA607 Buddha Gold

📋 copy color: '#BBA607'

red 187 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #BBA607

Tints of Buddha Gold #BBA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.11%

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

R = 51.94%
G = 46.11%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA607 (or 0xBBA607) is known color: Buddha Gold. HEX triplet: BB, A6 and 07. RGB value is (187,166,7). Sum of RGB (Red+Green+Blue) = 187+166+7=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA607 is #4459F8. Grayscale: #9A9A9A. Windows color (decimal): -4479481 or 501435. OLE color: 501435.

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

Color convert

RGB 187 166 7 -
CMYK 0 0.11 0.96 0.27
HSL 53º 0.93% 0.38% -
HSV(B) 53º 0.96% 0.73% -
XYZ 34.17 37.85 5.71 -
YUV 154.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 187 166 7 0 0.11 0.96 0.27 53 0.93 0.38
Hex BB A6 7 0 B 60 1B 35 5D 26
Octal 273 246 7 0 13 140 33 65 135 46
Binary 10111011 10100110 111 0 1011 1100000 11011 110101 1011101 100110

Color Harmonies of #BBA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA607

Black with #BBA607

Text Example


Text Example

White with #BBA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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