Html Css Color HEX #BBA30B Buddha Gold

📋 copy color: '#BBA30B'

red 187 ◦ green 163 ◦ blue 11

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

Shades of Buddha Gold #BBA30B

Tints of Buddha Gold #BBA30B

RGB

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

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

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

R = 51.8%
G = 45.15%
B = 3.05%

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

#BBA30B (or 0xBBA30B) is known color: Buddha Gold. HEX triplet: BB, A3 and 0B. RGB value is (187,163,11). Sum of RGB (Red+Green+Blue) = 187+163+11=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA30B is #445CF4. Grayscale: #999999. Windows color (decimal): -4480245 or 762811. OLE color: 762811.

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

Color convert

RGB 187 163 11 -
CMYK 0 0.13 0.94 0.27
HSL 51.82º 0.89% 0.39% -
HSV(B) 51.82º 0.94% 0.73% -
XYZ 33.65 36.78 5.64 -
YUV 152.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 187 163 11 0 0.13 0.94 0.27 51.82 0.89 0.39
Hex BB A3 B 0 D 5E 1B 34 59 27
Octal 273 243 13 0 15 136 33 64 131 47
Binary 10111011 10100011 1011 0 1101 1011110 11011 110100 1011001 100111

Color Harmonies of #BBA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA30B

Black with #BBA30B

Text Example


Text Example

White with #BBA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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