Html Css Color HEX #BD980C Buddha Gold

📋 copy color: '#BD980C'

red 189 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #BD980C

Tints of Buddha Gold #BD980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 53.54%
G = 43.06%
B = 3.4%

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

#BD980C (or 0xBD980C) is known color: Buddha Gold. HEX triplet: BD, 98 and 0C. RGB value is (189,152,12). Sum of RGB (Red+Green+Blue) = 189+152+12=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980C is #4267F3. Grayscale: #939393. Windows color (decimal): -4351988 or 825533. OLE color: 825533.

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

Color convert

RGB 189 152 12 -
CMYK 0 0.20 0.94 0.26
HSL 47.46º 0.88% 0.39% -
HSV(B) 47.46º 0.94% 0.74% -
XYZ 32.28 33.3 5.07 -
YUV 147.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 189 152 12 0 0.20 0.94 0.26 47.46 0.88 0.39
Hex BD 98 C 0 14 5E 1A 2F 58 27
Octal 275 230 14 0 24 136 32 57 130 47
Binary 10111101 10011000 1100 0 10100 1011110 11010 101111 1011000 100111

Color Harmonies of #BD980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD980C

Black with #BD980C

Text Example


Text Example

White with #BD980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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