Html Css Color HEX #BD902D Nugget

📋 copy color: '#BD902D'

red 189 ◦ green 144 ◦ blue 45

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

Shades of Nugget #BD902D

Tints of Nugget #BD902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 50%
G = 38.1%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD902D (or 0xBD902D) is known color: Nugget. HEX triplet: BD, 90 and 2D. RGB value is (189,144,45). Sum of RGB (Red+Green+Blue) = 189+144+45=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902D is #426FD2. Grayscale: #929292. Windows color (decimal): -4354003 or 2986173. OLE color: 2986173.

HSL color Cylindrical-coordinate representation of color #BD902D: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD902D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 144 45 -
CMYK 0 0.24 0.76 0.26
HSL 41.25º 0.62% 0.46% -
HSV(B) 41.25º 0.76% 0.74% -
XYZ 31.43 30.95 6.8 -
YUV 146.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 189 144 45 0 0.24 0.76 0.26 41.25 0.62 0.46
Hex BD 90 2D 0 18 4C 1A 29 3E 2E
Octal 275 220 55 0 30 114 32 51 76 56
Binary 10111101 10010000 101101 0 11000 1001100 11010 101001 111110 101110

Color Harmonies of #BD902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD902D

Black with #BD902D

Text Example


Text Example

White with #BD902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD902D; }

 p { color: rgb(189,144,45); }

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

background-color css

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

 a { background-color: rgb(189,144,45); }

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

border-color css

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

 span { border-color: rgb(189,144,45); }

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