Html Css Color HEX #BD8E2A Nugget

📋 copy color: '#BD8E2A'

red 189 ◦ green 142 ◦ blue 42

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

Shades of Nugget #BD8E2A

Tints of Nugget #BD8E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.07%

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

R = 50.67%
G = 38.07%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD8E2A (or 0xBD8E2A) is known color: Nugget. HEX triplet: BD, 8E and 2A. RGB value is (189,142,42). Sum of RGB (Red+Green+Blue) = 189+142+42=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E2A is #4271D5. Grayscale: #919191. Windows color (decimal): -4354518 or 2789053. OLE color: 2789053.

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

Color convert

RGB 189 142 42 -
CMYK 0 0.25 0.78 0.26
HSL 40.82º 0.64% 0.45% -
HSV(B) 40.82º 0.78% 0.74% -
XYZ 31.08 30.33 6.41 -
YUV 144.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 189 142 42 0 0.25 0.78 0.26 40.82 0.64 0.45
Hex BD 8E 2A 0 19 4E 1A 29 40 2D
Octal 275 216 52 0 31 116 32 51 100 55
Binary 10111101 10001110 101010 0 11001 1001110 11010 101001 1000000 101101

Color Harmonies of #BD8E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E2A

Black with #BD8E2A

Text Example


Text Example

White with #BD8E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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