Html Css Color HEX #BBA608 Buddha Gold

📋 copy color: '#BBA608'

red 187 ◦ green 166 ◦ blue 8

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

Shades of Buddha Gold #BBA608

Tints of Buddha Gold #BBA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

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

R = 51.8%
G = 45.98%
B = 2.22%

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

#BBA608 (or 0xBBA608) is known color: Buddha Gold. HEX triplet: BB, A6 and 08. RGB value is (187,166,8). Sum of RGB (Red+Green+Blue) = 187+166+8=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA608 is #4459F7. Grayscale: #9A9A9A. Windows color (decimal): -4479480 or 566971. OLE color: 566971.

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

Color convert

RGB 187 166 8 -
CMYK 0 0.11 0.96 0.27
HSL 52.96º 0.92% 0.38% -
HSV(B) 52.96º 0.96% 0.73% -
XYZ 34.17 37.85 5.74 -
YUV 154.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 187 166 8 0 0.11 0.96 0.27 52.96 0.92 0.38
Hex BB A6 8 0 B 60 1B 35 5C 26
Octal 273 246 10 0 13 140 33 65 134 46
Binary 10111011 10100110 1000 0 1011 1100000 11011 110101 1011100 100110

Color Harmonies of #BBA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA608

Black with #BBA608

Text Example


Text Example

White with #BBA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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