Html Css Color HEX #BD972D Nugget

📋 copy color: '#BD972D'

red 189 ◦ green 151 ◦ blue 45

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

Shades of Nugget #BD972D

Tints of Nugget #BD972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 49.09%
G = 39.22%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD972D (or 0xBD972D) is known color: Nugget. HEX triplet: BD, 97 and 2D. RGB value is (189,151,45). Sum of RGB (Red+Green+Blue) = 189+151+45=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD972D is #4268D2. Grayscale: #969696. Windows color (decimal): -4352211 or 2987965. OLE color: 2987965.

HSL color Cylindrical-coordinate representation of color #BD972D: hue angle of 44.17º degrees, saturation: 0.62, 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 #BD972D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 45 -
CMYK 0 0.20 0.76 0.26
HSL 44.17º 0.62% 0.46% -
HSV(B) 44.17º 0.76% 0.74% -
XYZ 32.53 33.14 7.17 -
YUV 150.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 189 151 45 0 0.20 0.76 0.26 44.17 0.62 0.46
Hex BD 97 2D 0 14 4C 1A 2C 3E 2E
Octal 275 227 55 0 24 114 32 54 76 56
Binary 10111101 10010111 101101 0 10100 1001100 11010 101100 111110 101110

Color Harmonies of #BD972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD972D

Black with #BD972D

Text Example


Text Example

White with #BD972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD972D; }

 p { color: rgb(189,151,45); }

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

background-color css

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

 a { background-color: rgb(189,151,45); }

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

border-color css

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

 span { border-color: rgb(189,151,45); }

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