Html Css Color HEX #BD980D Buddha Gold

📋 copy color: '#BD980D'

red 189 ◦ green 152 ◦ blue 13

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

Shades of Buddha Gold #BD980D

Tints of Buddha Gold #BD980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 53.39%
G = 42.94%
B = 3.67%

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

#BD980D (or 0xBD980D) is known color: Buddha Gold. HEX triplet: BD, 98 and 0D. RGB value is (189,152,13). Sum of RGB (Red+Green+Blue) = 189+152+13=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980D is #4267F2. Grayscale: #939393. Windows color (decimal): -4351987 or 891069. OLE color: 891069.

HSL color Cylindrical-coordinate representation of color #BD980D: hue angle of 47.39º degrees, saturation: 0.87, 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 #BD980D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 13 -
CMYK 0 0.20 0.93 0.26
HSL 47.39º 0.87% 0.4% -
HSV(B) 47.39º 0.93% 0.74% -
XYZ 32.29 33.3 5.11 -
YUV 147.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 189 152 13 0 0.20 0.93 0.26 47.39 0.87 0.4
Hex BD 98 D 0 14 5D 1A 2F 57 28
Octal 275 230 15 0 24 135 32 57 127 50
Binary 10111101 10011000 1101 0 10100 1011101 11010 101111 1010111 101000

Color Harmonies of #BD980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD980D

Black with #BD980D

Text Example


Text Example

White with #BD980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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