Html Css Color HEX #BBA319 Buddha Gold

📋 copy color: '#BBA319'

red 187 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #BBA319

Tints of Buddha Gold #BBA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 49.87%
G = 43.47%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA319 (or 0xBBA319) is known color: Buddha Gold. HEX triplet: BB, A3 and 19. RGB value is (187,163,25). Sum of RGB (Red+Green+Blue) = 187+163+25=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA319 is #445CE6. Grayscale: #9B9B9B. Windows color (decimal): -4480231 or 1680315. OLE color: 1680315.

HSL color Cylindrical-coordinate representation of color #BBA319: hue angle of 51.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA319 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 25 -
CMYK 0 0.13 0.87 0.27
HSL 51.11º 0.76% 0.42% -
HSV(B) 51.11º 0.87% 0.73% -
XYZ 33.77 36.83 6.25 -
YUV 154.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 187 163 25 0 0.13 0.87 0.27 51.11 0.76 0.42
Hex BB A3 19 0 D 57 1B 33 4C 2A
Octal 273 243 31 0 15 127 33 63 114 52
Binary 10111011 10100011 11001 0 1101 1010111 11011 110011 1001100 101010

Color Harmonies of #BBA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA319

Black with #BBA319

Text Example


Text Example

White with #BBA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA319; }

 p { color: rgb(187,163,25); }

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

background-color css

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

 a { background-color: rgb(187,163,25); }

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

border-color css

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

 span { border-color: rgb(187,163,25); }

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