Html Css Color HEX #BBA308 Buddha Gold

📋 copy color: '#BBA308'

red 187 ◦ green 163 ◦ blue 8

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

Shades of Buddha Gold #BBA308

Tints of Buddha Gold #BBA308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 52.23%
G = 45.53%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA308 (or 0xBBA308) is known color: Buddha Gold. HEX triplet: BB, A3 and 08. RGB value is (187,163,8). Sum of RGB (Red+Green+Blue) = 187+163+8=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA308 is #445CF7. Grayscale: #999999. Windows color (decimal): -4480248 or 566203. OLE color: 566203.

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

Color convert

RGB 187 163 8 -
CMYK 0 0.13 0.96 0.27
HSL 51.96º 0.92% 0.38% -
HSV(B) 51.96º 0.96% 0.73% -
XYZ 33.63 36.78 5.56 -
YUV 152.51 46.45 152.6 -
System Red Green Blue C M Y K H S L
Decimal 187 163 8 0 0.13 0.96 0.27 51.96 0.92 0.38
Hex BB A3 8 0 D 60 1B 34 5C 26
Octal 273 243 10 0 15 140 33 64 134 46
Binary 10111011 10100011 1000 0 1101 1100000 11011 110100 1011100 100110

Color Harmonies of #BBA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA308

Black with #BBA308

Text Example


Text Example

White with #BBA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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