Html Css Color HEX #BD8E28 Nugget

📋 copy color: '#BD8E28'

red 189 ◦ green 142 ◦ blue 40

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

Shades of Nugget #BD8E28

Tints of Nugget #BD8E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 50.94%
G = 38.27%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8E28 (or 0xBD8E28) is known color: Nugget. HEX triplet: BD, 8E and 28. RGB value is (189,142,40). Sum of RGB (Red+Green+Blue) = 189+142+40=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E28 is #4271D7. Grayscale: #909090. Windows color (decimal): -4354520 or 2657981. OLE color: 2657981.

HSL color Cylindrical-coordinate representation of color #BD8E28: hue angle of 41.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8E28 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 40 -
CMYK 0 0.25 0.79 0.26
HSL 41.07º 0.65% 0.45% -
HSV(B) 41.07º 0.79% 0.74% -
XYZ 31.04 30.32 6.22 -
YUV 144.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 189 142 40 0 0.25 0.79 0.26 41.07 0.65 0.45
Hex BD 8E 28 0 19 4F 1A 29 41 2D
Octal 275 216 50 0 31 117 32 51 101 55
Binary 10111101 10001110 101000 0 11001 1001111 11010 101001 1000001 101101

Color Harmonies of #BD8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E28

Black with #BD8E28

Text Example


Text Example

White with #BD8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E28; }

 p { color: rgb(189,142,40); }

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

background-color css

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

 a { background-color: rgb(189,142,40); }

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

border-color css

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

 span { border-color: rgb(189,142,40); }

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