Html Css Color HEX #BD902B Nugget

📋 copy color: '#BD902B'

red 189 ◦ green 144 ◦ blue 43

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

Shades of Nugget #BD902B

Tints of Nugget #BD902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 50.27%
G = 38.3%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD902B (or 0xBD902B) is known color: Nugget. HEX triplet: BD, 90 and 2B. RGB value is (189,144,43). Sum of RGB (Red+Green+Blue) = 189+144+43=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902B is #426FD4. Grayscale: #929292. Windows color (decimal): -4354005 or 2855101. OLE color: 2855101.

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

Color convert

RGB 189 144 43 -
CMYK 0 0.24 0.77 0.26
HSL 41.51º 0.63% 0.45% -
HSV(B) 41.51º 0.77% 0.74% -
XYZ 31.4 30.94 6.6 -
YUV 145.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 189 144 43 0 0.24 0.77 0.26 41.51 0.63 0.45
Hex BD 90 2B 0 18 4D 1A 2A 3F 2D
Octal 275 220 53 0 30 115 32 52 77 55
Binary 10111101 10010000 101011 0 11000 1001101 11010 101010 111111 101101

Color Harmonies of #BD902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD902B

Black with #BD902B

Text Example


Text Example

White with #BD902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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