Html Css Color HEX #BBA708 Buddha Gold

📋 copy color: '#BBA708'

red 187 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #BBA708

Tints of Buddha Gold #BBA708

RGB

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

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

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

R = 51.66%
G = 46.13%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA708 (or 0xBBA708) is known color: Buddha Gold. HEX triplet: BB, A7 and 08. RGB value is (187,167,8). Sum of RGB (Red+Green+Blue) = 187+167+8=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA708 is #4458F7. Grayscale: #9B9B9B. Windows color (decimal): -4479224 or 567227. OLE color: 567227.

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

Color convert

RGB 187 167 8 -
CMYK 0 0.11 0.96 0.27
HSL 53.3º 0.92% 0.38% -
HSV(B) 53.3º 0.96% 0.73% -
XYZ 34.36 38.22 5.8 -
YUV 154.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 187 167 8 0 0.11 0.96 0.27 53.3 0.92 0.38
Hex BB A7 8 0 B 60 1B 35 5C 26
Octal 273 247 10 0 13 140 33 65 134 46
Binary 10111011 10100111 1000 0 1011 1100000 11011 110101 1011100 100110

Color Harmonies of #BBA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA708

Black with #BBA708

Text Example


Text Example

White with #BBA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA708; }

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

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

background-color css

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

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

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

border-color css

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

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

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