Html Css Color HEX #BBA20B Buddha Gold

📋 copy color: '#BBA20B'

red 187 ◦ green 162 ◦ blue 11

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

Shades of Buddha Gold #BBA20B

Tints of Buddha Gold #BBA20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 51.94%
G = 45%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBA20B (or 0xBBA20B) is known color: Buddha Gold. HEX triplet: BB, A2 and 0B. RGB value is (187,162,11). Sum of RGB (Red+Green+Blue) = 187+162+11=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA20B is #445DF4. Grayscale: #989898. Windows color (decimal): -4480501 or 762555. OLE color: 762555.

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

Color convert

RGB 187 162 11 -
CMYK 0 0.13 0.94 0.27
HSL 51.48º 0.89% 0.39% -
HSV(B) 51.48º 0.94% 0.73% -
XYZ 33.47 36.43 5.58 -
YUV 152.26 48.28 152.78 -
System Red Green Blue C M Y K H S L
Decimal 187 162 11 0 0.13 0.94 0.27 51.48 0.89 0.39
Hex BB A2 B 0 D 5E 1B 33 59 27
Octal 273 242 13 0 15 136 33 63 131 47
Binary 10111011 10100010 1011 0 1101 1011110 11011 110011 1011001 100111

Color Harmonies of #BBA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA20B

Black with #BBA20B

Text Example


Text Example

White with #BBA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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