Html Css Color HEX #BD8F2D Nugget

📋 copy color: '#BD8F2D'

red 189 ◦ green 143 ◦ blue 45

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

Shades of Nugget #BD8F2D

Tints of Nugget #BD8F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 50.13%
G = 37.93%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD8F2D (or 0xBD8F2D) is known color: Nugget. HEX triplet: BD, 8F and 2D. RGB value is (189,143,45). Sum of RGB (Red+Green+Blue) = 189+143+45=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F2D is #4270D2. Grayscale: #929292. Windows color (decimal): -4354259 or 2985917. OLE color: 2985917.

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

Color convert

RGB 189 143 45 -
CMYK 0 0.24 0.76 0.26
HSL 40.83º 0.62% 0.46% -
HSV(B) 40.83º 0.76% 0.74% -
XYZ 31.28 30.65 6.75 -
YUV 145.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 189 143 45 0 0.24 0.76 0.26 40.83 0.62 0.46
Hex BD 8F 2D 0 18 4C 1A 29 3E 2E
Octal 275 217 55 0 30 114 32 51 76 56
Binary 10111101 10001111 101101 0 11000 1001100 11010 101001 111110 101110

Color Harmonies of #BD8F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F2D

Black with #BD8F2D

Text Example


Text Example

White with #BD8F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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