Html Css Color HEX #BD9830 Nugget

📋 copy color: '#BD9830'

red 189 ◦ green 152 ◦ blue 48

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

Shades of Nugget #BD9830

Tints of Nugget #BD9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 48.59%
G = 39.07%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD9830 (or 0xBD9830) is known color: Nugget. HEX triplet: BD, 98 and 30. RGB value is (189,152,48). Sum of RGB (Red+Green+Blue) = 189+152+48=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9830 is #4267CF. Grayscale: #979797. Windows color (decimal): -4351952 or 3184829. OLE color: 3184829.

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

Color convert

RGB 189 152 48 -
CMYK 0 0.20 0.75 0.26
HSL 44.26º 0.59% 0.46% -
HSV(B) 44.26º 0.75% 0.74% -
XYZ 32.75 33.49 7.53 -
YUV 151.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 189 152 48 0 0.20 0.75 0.26 44.26 0.59 0.46
Hex BD 98 30 0 14 4B 1A 2C 3B 2E
Octal 275 230 60 0 24 113 32 54 73 56
Binary 10111101 10011000 110000 0 10100 1001011 11010 101100 111011 101110

Color Harmonies of #BD9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9830

Black with #BD9830

Text Example


Text Example

White with #BD9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9830; }

 p { color: rgb(189,152,48); }

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

background-color css

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

 a { background-color: rgb(189,152,48); }

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

border-color css

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

 span { border-color: rgb(189,152,48); }

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