Html Css Color HEX #BD8C2C Nugget

📋 copy color: '#BD8C2C'

red 189 ◦ green 140 ◦ blue 44

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

Shades of Nugget #BD8C2C

Tints of Nugget #BD8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

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

R = 50.67%
G = 37.53%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD8C2C (or 0xBD8C2C) is known color: Nugget. HEX triplet: BD, 8C and 2C. RGB value is (189,140,44). Sum of RGB (Red+Green+Blue) = 189+140+44=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C2C is #4273D3. Grayscale: #909090. Windows color (decimal): -4355028 or 2919613. OLE color: 2919613.

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

Color convert

RGB 189 140 44 -
CMYK 0 0.26 0.77 0.26
HSL 39.72º 0.62% 0.46% -
HSV(B) 39.72º 0.77% 0.74% -
XYZ 30.82 29.76 6.5 -
YUV 143.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 189 140 44 0 0.26 0.77 0.26 39.72 0.62 0.46
Hex BD 8C 2C 0 1A 4D 1A 28 3E 2E
Octal 275 214 54 0 32 115 32 50 76 56
Binary 10111101 10001100 101100 0 11010 1001101 11010 101000 111110 101110

Color Harmonies of #BD8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C2C

Black with #BD8C2C

Text Example


Text Example

White with #BD8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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