Html Css Color HEX #BD841E Nugget

📋 copy color: '#BD841E'

red 189 ◦ green 132 ◦ blue 30

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

Shades of Nugget #BD841E

Tints of Nugget #BD841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 53.85%
G = 37.61%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD841E (or 0xBD841E) is known color: Nugget. HEX triplet: BD, 84 and 1E. RGB value is (189,132,30). Sum of RGB (Red+Green+Blue) = 189+132+30=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD841E is #427BE1. Grayscale: #898989. Windows color (decimal): -4357090 or 2000061. OLE color: 2000061.

HSL color Cylindrical-coordinate representation of color #BD841E: hue angle of 38.49º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD841E is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 30 -
CMYK 0 0.30 0.84 0.26
HSL 38.49º 0.73% 0.43% -
HSV(B) 38.49º 0.84% 0.74% -
XYZ 29.47 27.42 4.97 -
YUV 137.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 189 132 30 0 0.30 0.84 0.26 38.49 0.73 0.43
Hex BD 84 1E 0 1E 54 1A 26 49 2B
Octal 275 204 36 0 36 124 32 46 111 53
Binary 10111101 10000100 11110 0 11110 1010100 11010 100110 1001001 101011

Color Harmonies of #BD841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD841E

Black with #BD841E

Text Example


Text Example

White with #BD841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD841E; }

 p { color: rgb(189,132,30); }

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

background-color css

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

 a { background-color: rgb(189,132,30); }

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

border-color css

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

 span { border-color: rgb(189,132,30); }

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