Html Css Color HEX #BD882A Nugget

📋 copy color: '#BD882A'

red 189 ◦ green 136 ◦ blue 42

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

Shades of Nugget #BD882A

Tints of Nugget #BD882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 51.5%
G = 37.06%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD882A (or 0xBD882A) is known color: Nugget. HEX triplet: BD, 88 and 2A. RGB value is (189,136,42). Sum of RGB (Red+Green+Blue) = 189+136+42=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD882A is #4277D5. Grayscale: #8D8D8D. Windows color (decimal): -4356054 or 2787517. OLE color: 2787517.

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

Color convert

RGB 189 136 42 -
CMYK 0 0.28 0.78 0.26
HSL 38.37º 0.64% 0.45% -
HSV(B) 38.37º 0.78% 0.74% -
XYZ 30.21 28.59 6.12 -
YUV 141.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 189 136 42 0 0.28 0.78 0.26 38.37 0.64 0.45
Hex BD 88 2A 0 1C 4E 1A 26 40 2D
Octal 275 210 52 0 34 116 32 46 100 55
Binary 10111101 10001000 101010 0 11100 1001110 11010 100110 1000000 101101

Color Harmonies of #BD882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD882A

Black with #BD882A

Text Example


Text Example

White with #BD882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD882A; }

 p { color: rgb(189,136,42); }

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

background-color css

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

 a { background-color: rgb(189,136,42); }

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

border-color css

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

 span { border-color: rgb(189,136,42); }

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