Html Css Color HEX #BD8F2C Nugget

📋 copy color: '#BD8F2C'

red 189 ◦ green 143 ◦ blue 44

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

Shades of Nugget #BD8F2C

Tints of Nugget #BD8F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 50.27%
G = 38.03%
B = 11.7%

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

#BD8F2C (or 0xBD8F2C) is known color: Nugget. HEX triplet: BD, 8F and 2C. RGB value is (189,143,44). Sum of RGB (Red+Green+Blue) = 189+143+44=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F2C is #4270D3. Grayscale: #919191. Windows color (decimal): -4354260 or 2920381. OLE color: 2920381.

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

Color convert

RGB 189 143 44 -
CMYK 0 0.24 0.77 0.26
HSL 40.97º 0.62% 0.46% -
HSV(B) 40.97º 0.77% 0.74% -
XYZ 31.26 30.65 6.65 -
YUV 145.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 189 143 44 0 0.24 0.77 0.26 40.97 0.62 0.46
Hex BD 8F 2C 0 18 4D 1A 29 3E 2E
Octal 275 217 54 0 30 115 32 51 76 56
Binary 10111101 10001111 101100 0 11000 1001101 11010 101001 111110 101110

Color Harmonies of #BD8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F2C

Black with #BD8F2C

Text Example


Text Example

White with #BD8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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