Html Css Color HEX #BD980E Buddha Gold

📋 copy color: '#BD980E'

red 189 ◦ green 152 ◦ blue 14

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

Shades of Buddha Gold #BD980E

Tints of Buddha Gold #BD980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 53.24%
G = 42.82%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD980E (or 0xBD980E) is known color: Buddha Gold. HEX triplet: BD, 98 and 0E. RGB value is (189,152,14). Sum of RGB (Red+Green+Blue) = 189+152+14=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980E is #4267F1. Grayscale: #939393. Windows color (decimal): -4351986 or 956605. OLE color: 956605.

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

Color convert

RGB 189 152 14 -
CMYK 0 0.20 0.93 0.26
HSL 47.31º 0.86% 0.4% -
HSV(B) 47.31º 0.93% 0.74% -
XYZ 32.29 33.31 5.14 -
YUV 147.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 189 152 14 0 0.20 0.93 0.26 47.31 0.86 0.4
Hex BD 98 E 0 14 5D 1A 2F 56 28
Octal 275 230 16 0 24 135 32 57 126 50
Binary 10111101 10011000 1110 0 10100 1011101 11010 101111 1010110 101000

Color Harmonies of #BD980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD980E

Black with #BD980E

Text Example


Text Example

White with #BD980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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