Html Css Color HEX #BD901D Nugget

📋 copy color: '#BD901D'

red 189 ◦ green 144 ◦ blue 29

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

Shades of Nugget #BD901D

Tints of Nugget #BD901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 52.21%
G = 39.78%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD901D (or 0xBD901D) is known color: Nugget. HEX triplet: BD, 90 and 1D. RGB value is (189,144,29). Sum of RGB (Red+Green+Blue) = 189+144+29=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD901D is #426FE2. Grayscale: #909090. Windows color (decimal): -4354019 or 1937597. OLE color: 1937597.

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

Color convert

RGB 189 144 29 -
CMYK 0 0.24 0.85 0.26
HSL 43.13º 0.73% 0.43% -
HSV(B) 43.13º 0.85% 0.74% -
XYZ 31.18 30.85 5.47 -
YUV 144.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 189 144 29 0 0.24 0.85 0.26 43.13 0.73 0.43
Hex BD 90 1D 0 18 55 1A 2B 49 2B
Octal 275 220 35 0 30 125 32 53 111 53
Binary 10111101 10010000 11101 0 11000 1010101 11010 101011 1001001 101011

Color Harmonies of #BD901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD901D

Black with #BD901D

Text Example


Text Example

White with #BD901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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