Html Css Color HEX #BD9527 Nugget

📋 copy color: '#BD9527'

red 189 ◦ green 149 ◦ blue 39

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

Shades of Nugget #BD9527

Tints of Nugget #BD9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.34%

R = 50.13%
G = 39.52%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD9527 (or 0xBD9527) is known color: Nugget. HEX triplet: BD, 95 and 27. RGB value is (189,149,39). Sum of RGB (Red+Green+Blue) = 189+149+39=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9527 is #426AD8. Grayscale: #949494. Windows color (decimal): -4352729 or 2594237. OLE color: 2594237.

HSL color Cylindrical-coordinate representation of color #BD9527: hue angle of 44º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD9527 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 39 -
CMYK 0 0.21 0.79 0.26
HSL 44º 0.66% 0.45% -
HSV(B) 44º 0.79% 0.74% -
XYZ 32.1 32.46 6.49 -
YUV 148.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 189 149 39 0 0.21 0.79 0.26 44 0.66 0.45
Hex BD 95 27 0 15 4F 1A 2C 42 2D
Octal 275 225 47 0 25 117 32 54 102 55
Binary 10111101 10010101 100111 0 10101 1001111 11010 101100 1000010 101101

Color Harmonies of #BD9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9527

Black with #BD9527

Text Example


Text Example

White with #BD9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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