Html Css Color HEX #BBA205 Buddha Gold

📋 copy color: '#BBA205'

red 187 ◦ green 162 ◦ blue 5

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

Shades of Buddha Gold #BBA205

Tints of Buddha Gold #BBA205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 52.82%
G = 45.76%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA205 (or 0xBBA205) is known color: Buddha Gold. HEX triplet: BB, A2 and 05. RGB value is (187,162,5). Sum of RGB (Red+Green+Blue) = 187+162+5=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA205 is #445DFA. Grayscale: #989898. Windows color (decimal): -4480507 or 369339. OLE color: 369339.

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

Color convert

RGB 187 162 5 -
CMYK 0 0.13 0.97 0.27
HSL 51.76º 0.95% 0.38% -
HSV(B) 51.76º 0.97% 0.73% -
XYZ 33.44 36.42 5.41 -
YUV 151.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 187 162 5 0 0.13 0.97 0.27 51.76 0.95 0.38
Hex BB A2 5 0 D 61 1B 34 5F 26
Octal 273 242 5 0 15 141 33 64 137 46
Binary 10111011 10100010 101 0 1101 1100001 11011 110100 1011111 100110

Color Harmonies of #BBA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA205

Black with #BBA205

Text Example


Text Example

White with #BBA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA205; }

 p { color: rgb(187,162,5); }

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

background-color css

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

 a { background-color: rgb(187,162,5); }

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

border-color css

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

 span { border-color: rgb(187,162,5); }

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