Html Css Color HEX #BD9523 Nugget

📋 copy color: '#BD9523'

red 189 ◦ green 149 ◦ blue 35

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

Shades of Nugget #BD9523

Tints of Nugget #BD9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 50.67%
G = 39.95%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD9523 (or 0xBD9523) is known color: Nugget. HEX triplet: BD, 95 and 23. RGB value is (189,149,35). Sum of RGB (Red+Green+Blue) = 189+149+35=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9523 is #426ADC. Grayscale: #949494. Windows color (decimal): -4352733 or 2332093. OLE color: 2332093.

HSL color Cylindrical-coordinate representation of color #BD9523: hue angle of 44.42º 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 #BD9523 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 35 -
CMYK 0 0.21 0.81 0.26
HSL 44.42º 0.69% 0.44% -
HSV(B) 44.42º 0.81% 0.74% -
XYZ 32.04 32.44 6.16 -
YUV 147.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 189 149 35 0 0.21 0.81 0.26 44.42 0.69 0.44
Hex BD 95 23 0 15 51 1A 2C 45 2C
Octal 275 225 43 0 25 121 32 54 105 54
Binary 10111101 10010101 100011 0 10101 1010001 11010 101100 1000101 101100

Color Harmonies of #BD9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9523

Black with #BD9523

Text Example


Text Example

White with #BD9523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9523; }

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

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

background-color css

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

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

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

border-color css

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

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

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