Html Css Color HEX #BD8E1F Nugget

📋 copy color: '#BD8E1F'

red 189 ◦ green 142 ◦ blue 31

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

Shades of Nugget #BD8E1F

Tints of Nugget #BD8E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 52.21%
G = 39.23%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD8E1F (or 0xBD8E1F) is known color: Nugget. HEX triplet: BD, 8E and 1F. RGB value is (189,142,31). Sum of RGB (Red+Green+Blue) = 189+142+31=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E1F is #4271E0. Grayscale: #8F8F8F. Windows color (decimal): -4354529 or 2068157. OLE color: 2068157.

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

Color convert

RGB 189 142 31 -
CMYK 0 0.25 0.84 0.26
HSL 42.15º 0.72% 0.43% -
HSV(B) 42.15º 0.84% 0.74% -
XYZ 30.91 30.26 5.51 -
YUV 143.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 189 142 31 0 0.25 0.84 0.26 42.15 0.72 0.43
Hex BD 8E 1F 0 19 54 1A 2A 48 2B
Octal 275 216 37 0 31 124 32 52 110 53
Binary 10111101 10001110 11111 0 11001 1010100 11010 101010 1001000 101011

Color Harmonies of #BD8E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E1F

Black with #BD8E1F

Text Example


Text Example

White with #BD8E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E1F; }

 p { color: rgb(189,142,31); }

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

background-color css

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

 a { background-color: rgb(189,142,31); }

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

border-color css

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

 span { border-color: rgb(189,142,31); }

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