Html Css Color HEX #BD902A Nugget

📋 copy color: '#BD902A'

red 189 ◦ green 144 ◦ blue 42

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

Shades of Nugget #BD902A

Tints of Nugget #BD902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 50.4%
G = 38.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD902A (or 0xBD902A) is known color: Nugget. HEX triplet: BD, 90 and 2A. RGB value is (189,144,42). Sum of RGB (Red+Green+Blue) = 189+144+42=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902A is #426FD5. Grayscale: #929292. Windows color (decimal): -4354006 or 2789565. OLE color: 2789565.

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

Color convert

RGB 189 144 42 -
CMYK 0 0.24 0.78 0.26
HSL 41.63º 0.64% 0.45% -
HSV(B) 41.63º 0.78% 0.74% -
XYZ 31.38 30.93 6.51 -
YUV 145.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 189 144 42 0 0.24 0.78 0.26 41.63 0.64 0.45
Hex BD 90 2A 0 18 4E 1A 2A 40 2D
Octal 275 220 52 0 30 116 32 52 100 55
Binary 10111101 10010000 101010 0 11000 1001110 11010 101010 1000000 101101

Color Harmonies of #BD902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD902A

Black with #BD902A

Text Example


Text Example

White with #BD902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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