Html Css Color HEX #BD902E Nugget

📋 copy color: '#BD902E'

red 189 ◦ green 144 ◦ blue 46

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

Shades of Nugget #BD902E

Tints of Nugget #BD902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 49.87%
G = 37.99%
B = 12.14%

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

#BD902E (or 0xBD902E) is known color: Nugget. HEX triplet: BD, 90 and 2E. RGB value is (189,144,46). Sum of RGB (Red+Green+Blue) = 189+144+46=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902E is #426FD1. Grayscale: #929292. Windows color (decimal): -4354002 or 3051709. OLE color: 3051709.

HSL color Cylindrical-coordinate representation of color #BD902E: hue angle of 41.12º degrees, saturation: 0.61, 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 #BD902E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 144 46 -
CMYK 0 0.24 0.76 0.26
HSL 41.12º 0.61% 0.46% -
HSV(B) 41.12º 0.76% 0.74% -
XYZ 31.45 30.96 6.9 -
YUV 146.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 189 144 46 0 0.24 0.76 0.26 41.12 0.61 0.46
Hex BD 90 2E 0 18 4C 1A 29 3D 2E
Octal 275 220 56 0 30 114 32 51 75 56
Binary 10111101 10010000 101110 0 11000 1001100 11010 101001 111101 101110

Color Harmonies of #BD902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD902E

Black with #BD902E

Text Example


Text Example

White with #BD902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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