Html Css Color HEX #BD8F1C Nugget

📋 copy color: '#BD8F1C'

red 189 ◦ green 143 ◦ blue 28

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

Shades of Nugget #BD8F1C

Tints of Nugget #BD8F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 52.5%
G = 39.72%
B = 7.78%

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

#BD8F1C (or 0xBD8F1C) is known color: Nugget. HEX triplet: BD, 8F and 1C. RGB value is (189,143,28). Sum of RGB (Red+Green+Blue) = 189+143+28=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F1C is #4270E3. Grayscale: #909090. Windows color (decimal): -4354276 or 1871805. OLE color: 1871805.

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

Color convert

RGB 189 143 28 -
CMYK 0 0.24 0.85 0.26
HSL 42.86º 0.74% 0.43% -
HSV(B) 42.86º 0.85% 0.74% -
XYZ 31.02 30.55 5.36 -
YUV 143.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 189 143 28 0 0.24 0.85 0.26 42.86 0.74 0.43
Hex BD 8F 1C 0 18 55 1A 2B 4A 2B
Octal 275 217 34 0 30 125 32 53 112 53
Binary 10111101 10001111 11100 0 11000 1010101 11010 101011 1001010 101011

Color Harmonies of #BD8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F1C

Black with #BD8F1C

Text Example


Text Example

White with #BD8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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