Html Css Color HEX #BBA700 Buddha Gold

📋 copy color: '#BBA700'

red 187 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #BBA700

Tints of Buddha Gold #BBA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.82%
G = 47.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBA700 (or 0xBBA700) is known color: Buddha Gold. HEX triplet: BB, A7 and 00. RGB value is (187,167,0). Sum of RGB (Red+Green+Blue) = 187+167+0=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA700 is #4458FF. Grayscale: #9A9A9A. Windows color (decimal): -4479232 or 42939. OLE color: 42939.

HSL color Cylindrical-coordinate representation of color #BBA700: hue angle of 53.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBA700 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 0 -
CMYK 0 0.11 1 0.27
HSL 53.58º 1% 0.37% -
HSV(B) 53.58º 1% 0.73% -
XYZ 34.31 38.2 5.57 -
YUV 153.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 187 167 0 0 0.11 1 0.27 53.58 1 0.37
Hex BB A7 0 0 B 64 1B 36 64 25
Octal 273 247 0 0 13 144 33 66 144 45
Binary 10111011 10100111 0 0 1011 1100100 11011 110110 1100100 100101

Color Harmonies of #BBA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA700

Black with #BBA700

Text Example


Text Example

White with #BBA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA700; }

 p { color: rgb(187,167,0); }

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

background-color css

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

 a { background-color: rgb(187,167,0); }

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

border-color css

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

 span { border-color: rgb(187,167,0); }

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