Html Css Color HEX #BD990E Buddha Gold

📋 copy color: '#BD990E'

red 189 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #BD990E

Tints of Buddha Gold #BD990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 53.09%
G = 42.98%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD990E (or 0xBD990E) is known color: Buddha Gold. HEX triplet: BD, 99 and 0E. RGB value is (189,153,14). Sum of RGB (Red+Green+Blue) = 189+153+14=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD990E is #4266F1. Grayscale: #949494. Windows color (decimal): -4351730 or 956861. OLE color: 956861.

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

Color convert

RGB 189 153 14 -
CMYK 0 0.19 0.93 0.26
HSL 47.66º 0.86% 0.4% -
HSV(B) 47.66º 0.93% 0.74% -
XYZ 32.46 33.63 5.2 -
YUV 147.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 189 153 14 0 0.19 0.93 0.26 47.66 0.86 0.4
Hex BD 99 E 0 13 5D 1A 30 56 28
Octal 275 231 16 0 23 135 32 60 126 50
Binary 10111101 10011001 1110 0 10011 1011101 11010 110000 1010110 101000

Color Harmonies of #BD990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD990E

Black with #BD990E

Text Example


Text Example

White with #BD990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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