Html Css Color HEX #BD980B Buddha Gold

📋 copy color: '#BD980B'

red 189 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #BD980B

Tints of Buddha Gold #BD980B

RGB

 RED value IS 189 (74.22% from 255) = 53.69%

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

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

R = 53.69%
G = 43.18%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD980B (or 0xBD980B) is known color: Buddha Gold. HEX triplet: BD, 98 and 0B. RGB value is (189,152,11). Sum of RGB (Red+Green+Blue) = 189+152+11=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980B is #4267F4. Grayscale: #939393. Windows color (decimal): -4351989 or 759997. OLE color: 759997.

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

Color convert

RGB 189 152 11 -
CMYK 0 0.20 0.94 0.26
HSL 47.53º 0.89% 0.39% -
HSV(B) 47.53º 0.94% 0.74% -
XYZ 32.27 33.3 5.04 -
YUV 146.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 189 152 11 0 0.20 0.94 0.26 47.53 0.89 0.39
Hex BD 98 B 0 14 5E 1A 30 59 27
Octal 275 230 13 0 24 136 32 60 131 47
Binary 10111101 10011000 1011 0 10100 1011110 11010 110000 1011001 100111

Color Harmonies of #BD980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD980B

Black with #BD980B

Text Example


Text Example

White with #BD980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD980B; }

 p { color: rgb(189,152,11); }

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

background-color css

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

 a { background-color: rgb(189,152,11); }

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

border-color css

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

 span { border-color: rgb(189,152,11); }

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