Html Css Color HEX #BBA318 Buddha Gold

📋 copy color: '#BBA318'

red 187 ◦ green 163 ◦ blue 24

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

Shades of Buddha Gold #BBA318

Tints of Buddha Gold #BBA318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 50%
G = 43.58%
B = 6.42%

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

#BBA318 (or 0xBBA318) is known color: Buddha Gold. HEX triplet: BB, A3 and 18. RGB value is (187,163,24). Sum of RGB (Red+Green+Blue) = 187+163+24=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA318 is #445CE7. Grayscale: #9A9A9A. Windows color (decimal): -4480232 or 1614779. OLE color: 1614779.

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

Color convert

RGB 187 163 24 -
CMYK 0 0.13 0.87 0.27
HSL 51.17º 0.77% 0.41% -
HSV(B) 51.17º 0.87% 0.73% -
XYZ 33.76 36.83 6.19 -
YUV 154.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 187 163 24 0 0.13 0.87 0.27 51.17 0.77 0.41
Hex BB A3 18 0 D 57 1B 33 4D 29
Octal 273 243 30 0 15 127 33 63 115 51
Binary 10111011 10100011 11000 0 1101 1010111 11011 110011 1001101 101001

Color Harmonies of #BBA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA318

Black with #BBA318

Text Example


Text Example

White with #BBA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA318; }

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

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

background-color css

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

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

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

border-color css

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

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

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