Html Css Color HEX #BB980F Buddha Gold

📋 copy color: '#BB980F'

red 187 ◦ green 152 ◦ blue 15

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

Shades of Buddha Gold #BB980F

Tints of Buddha Gold #BB980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 52.82%
G = 42.94%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB980F (or 0xBB980F) is known color: Buddha Gold. HEX triplet: BB, 98 and 0F. RGB value is (187,152,15). Sum of RGB (Red+Green+Blue) = 187+152+15=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB980F is #4467F0. Grayscale: #939393. Windows color (decimal): -4483057 or 1022139. OLE color: 1022139.

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

Color convert

RGB 187 152 15 -
CMYK 0 0.19 0.92 0.27
HSL 47.79º 0.85% 0.4% -
HSV(B) 47.79º 0.92% 0.73% -
XYZ 31.81 33.06 5.16 -
YUV 146.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 187 152 15 0 0.19 0.92 0.27 47.79 0.85 0.4
Hex BB 98 F 0 13 5C 1B 30 55 28
Octal 273 230 17 0 23 134 33 60 125 50
Binary 10111011 10011000 1111 0 10011 1011100 11011 110000 1010101 101000

Color Harmonies of #BB980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB980F

Black with #BB980F

Text Example


Text Example

White with #BB980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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