Html Css Color HEX #BD8F1D Nugget

📋 copy color: '#BD8F1D'

red 189 ◦ green 143 ◦ blue 29

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

Shades of Nugget #BD8F1D

Tints of Nugget #BD8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 52.35%
G = 39.61%
B = 8.03%

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

#BD8F1D (or 0xBD8F1D) is known color: Nugget. HEX triplet: BD, 8F and 1D. RGB value is (189,143,29). Sum of RGB (Red+Green+Blue) = 189+143+29=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F1D is #4270E2. Grayscale: #909090. Windows color (decimal): -4354275 or 1937341. OLE color: 1937341.

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

Color convert

RGB 189 143 29 -
CMYK 0 0.24 0.85 0.26
HSL 42.75º 0.73% 0.43% -
HSV(B) 42.75º 0.85% 0.74% -
XYZ 31.03 30.55 5.42 -
YUV 143.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 189 143 29 0 0.24 0.85 0.26 42.75 0.73 0.43
Hex BD 8F 1D 0 18 55 1A 2B 49 2B
Octal 275 217 35 0 30 125 32 53 111 53
Binary 10111101 10001111 11101 0 11000 1010101 11010 101011 1001001 101011

Color Harmonies of #BD8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F1D

Black with #BD8F1D

Text Example


Text Example

White with #BD8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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