Html Css Color HEX #BD9323 Nugget

📋 copy color: '#BD9323'

red 189 ◦ green 147 ◦ blue 35

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

Shades of Nugget #BD9323

Tints of Nugget #BD9323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 50.94%
G = 39.62%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD9323 (or 0xBD9323) is known color: Nugget. HEX triplet: BD, 93 and 23. RGB value is (189,147,35). Sum of RGB (Red+Green+Blue) = 189+147+35=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9323 is #426CDC. Grayscale: #939393. Windows color (decimal): -4353245 or 2331581. OLE color: 2331581.

HSL color Cylindrical-coordinate representation of color #BD9323: hue angle of 43.64º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9323 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 147 35 -
CMYK 0 0.22 0.81 0.26
HSL 43.64º 0.69% 0.44% -
HSV(B) 43.64º 0.81% 0.74% -
XYZ 31.72 31.81 6.06 -
YUV 146.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 189 147 35 0 0.22 0.81 0.26 43.64 0.69 0.44
Hex BD 93 23 0 16 51 1A 2C 45 2C
Octal 275 223 43 0 26 121 32 54 105 54
Binary 10111101 10010011 100011 0 10110 1010001 11010 101100 1000101 101100

Color Harmonies of #BD9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9323

Black with #BD9323

Text Example


Text Example

White with #BD9323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9323; }

 p { color: rgb(189,147,35); }

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

background-color css

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

 a { background-color: rgb(189,147,35); }

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

border-color css

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

 span { border-color: rgb(189,147,35); }

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