Html Css Color HEX #BD972C Nugget

📋 copy color: '#BD972C'

red 189 ◦ green 151 ◦ blue 44

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

Shades of Nugget #BD972C

Tints of Nugget #BD972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 49.22%
G = 39.32%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD972C (or 0xBD972C) is known color: Nugget. HEX triplet: BD, 97 and 2C. RGB value is (189,151,44). Sum of RGB (Red+Green+Blue) = 189+151+44=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD972C is #4268D3. Grayscale: #969696. Windows color (decimal): -4352212 or 2922429. OLE color: 2922429.

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

Color convert

RGB 189 151 44 -
CMYK 0 0.20 0.77 0.26
HSL 44.28º 0.62% 0.46% -
HSV(B) 44.28º 0.77% 0.74% -
XYZ 32.51 33.13 7.07 -
YUV 150.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 189 151 44 0 0.20 0.77 0.26 44.28 0.62 0.46
Hex BD 97 2C 0 14 4D 1A 2C 3E 2E
Octal 275 227 54 0 24 115 32 54 76 56
Binary 10111101 10010111 101100 0 10100 1001101 11010 101100 111110 101110

Color Harmonies of #BD972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD972C

Black with #BD972C

Text Example


Text Example

White with #BD972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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