Html Css Color HEX #BD992E Nugget

📋 copy color: '#BD992E'

red 189 ◦ green 153 ◦ blue 46

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

Shades of Nugget #BD992E

Tints of Nugget #BD992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 48.71%
G = 39.43%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD992E (or 0xBD992E) is known color: Nugget. HEX triplet: BD, 99 and 2E. RGB value is (189,153,46). Sum of RGB (Red+Green+Blue) = 189+153+46=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD992E is #4266D1. Grayscale: #989898. Windows color (decimal): -4351698 or 3054013. OLE color: 3054013.

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

Color convert

RGB 189 153 46 -
CMYK 0 0.19 0.76 0.26
HSL 44.9º 0.61% 0.46% -
HSV(B) 44.9º 0.76% 0.74% -
XYZ 32.87 33.8 7.38 -
YUV 151.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 189 153 46 0 0.19 0.76 0.26 44.9 0.61 0.46
Hex BD 99 2E 0 13 4C 1A 2D 3D 2E
Octal 275 231 56 0 23 114 32 55 75 56
Binary 10111101 10011001 101110 0 10011 1001100 11010 101101 111101 101110

Color Harmonies of #BD992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD992E

Black with #BD992E

Text Example


Text Example

White with #BD992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD992E; }

 p { color: rgb(189,153,46); }

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

background-color css

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

 a { background-color: rgb(189,153,46); }

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

border-color css

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

 span { border-color: rgb(189,153,46); }

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