#BB981B

Color #BB981B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BB981B

Tints of Buddha Gold #BB981B

Color information

#BB981B (or 0xBB981B) is unknown color: approx Buddha Gold. HEX triplet: BB, 98 and 1B. RGB value is (187,152,27). Sum of RGB (Red+Green+Blue) = 187+152+27=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB981B is #4467E4. Grayscale: #949494. Windows color (decimal): -4483045 or 1808571. OLE color: 1808571.

HSL color Cylindrical-coordinate representation of color #BB981B: hue angle of 46.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB981B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18715227-
CMYK00.190.860.27
HSL46.88º74.77%41.96%-
HSV(B)46.88º85.56%73.33%-
XYZ31.9233.15.74-
YUV148.2259.6155.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 27 (10.94% from 255) = 7.38%
R=51.09%
G=41.53%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871522700.190.860.2746.8874.7741.96
HexBB981B013561B2f4b2a
Octal27323033023126335711352
Binary1011101110011000110110100111010110110111011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB981B; }

 p { color: rgb(187,152,27); }

 H1.HeaderClassName
 {
   color: #BB981B;
 }
 .AnyTagClassName
 {
   color: #BB981B;
 }
</style>
background-color css

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

 a { background-color: rgb(187,152,27); }

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

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

 span { border-color: rgb(187,152,27); }

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