Html Css Color HEX #BBA003 Buddha Gold

📋 copy color: '#BBA003'

red 187 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #BBA003

Tints of Buddha Gold #BBA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 53.43%
G = 45.71%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA003 (or 0xBBA003) is known color: Buddha Gold. HEX triplet: BB, A0 and 03. RGB value is (187,160,3). Sum of RGB (Red+Green+Blue) = 187+160+3=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA003 is #445FFC. Grayscale: #969696. Windows color (decimal): -4481021 or 237755. OLE color: 237755.

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

Color convert

RGB 187 160 3 -
CMYK 0 0.14 0.98 0.27
HSL 51.2º 0.97% 0.37% -
HSV(B) 51.2º 0.98% 0.73% -
XYZ 33.08 35.71 5.24 -
YUV 150.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 187 160 3 0 0.14 0.98 0.27 51.2 0.97 0.37
Hex BB A0 3 0 E 62 1B 33 61 25
Octal 273 240 3 0 16 142 33 63 141 45
Binary 10111011 10100000 11 0 1110 1100010 11011 110011 1100001 100101

Color Harmonies of #BBA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA003

Black with #BBA003

Text Example


Text Example

White with #BBA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA003; }

 p { color: rgb(187,160,3); }

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

background-color css

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

 a { background-color: rgb(187,160,3); }

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

border-color css

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

 span { border-color: rgb(187,160,3); }

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