Html Css Color HEX #BD8B1F Nugget

📋 copy color: '#BD8B1F'

red 189 ◦ green 139 ◦ blue 31

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

Shades of Nugget #BD8B1F

Tints of Nugget #BD8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 52.65%
G = 38.72%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD8B1F (or 0xBD8B1F) is known color: Nugget. HEX triplet: BD, 8B and 1F. RGB value is (189,139,31). Sum of RGB (Red+Green+Blue) = 189+139+31=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B1F is #4274E0. Grayscale: #8E8E8E. Windows color (decimal): -4355297 or 2067389. OLE color: 2067389.

HSL color Cylindrical-coordinate representation of color #BD8B1F: hue angle of 41.01º 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 #BD8B1F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 139 31 -
CMYK 0 0.26 0.84 0.26
HSL 41.01º 0.72% 0.43% -
HSV(B) 41.01º 0.84% 0.74% -
XYZ 30.47 29.38 5.36 -
YUV 141.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 189 139 31 0 0.26 0.84 0.26 41.01 0.72 0.43
Hex BD 8B 1F 0 1A 54 1A 29 48 2B
Octal 275 213 37 0 32 124 32 51 110 53
Binary 10111101 10001011 11111 0 11010 1010100 11010 101001 1001000 101011

Color Harmonies of #BD8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B1F

Black with #BD8B1F

Text Example


Text Example

White with #BD8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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