Html Css Color HEX #BD8F2A Nugget

📋 copy color: '#BD8F2A'

red 189 ◦ green 143 ◦ blue 42

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

Shades of Nugget #BD8F2A

Tints of Nugget #BD8F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 50.53%
G = 38.24%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD8F2A (or 0xBD8F2A) is known color: Nugget. HEX triplet: BD, 8F and 2A. RGB value is (189,143,42). Sum of RGB (Red+Green+Blue) = 189+143+42=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F2A is #4270D5. Grayscale: #919191. Windows color (decimal): -4354262 or 2789309. OLE color: 2789309.

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

Color convert

RGB 189 143 42 -
CMYK 0 0.24 0.78 0.26
HSL 41.22º 0.64% 0.45% -
HSV(B) 41.22º 0.78% 0.74% -
XYZ 31.23 30.63 6.46 -
YUV 145.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 189 143 42 0 0.24 0.78 0.26 41.22 0.64 0.45
Hex BD 8F 2A 0 18 4E 1A 29 40 2D
Octal 275 217 52 0 30 116 32 51 100 55
Binary 10111101 10001111 101010 0 11000 1001110 11010 101001 1000000 101101

Color Harmonies of #BD8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F2A

Black with #BD8F2A

Text Example


Text Example

White with #BD8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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