Html Css Color HEX #BD8A1C Nugget

📋 copy color: '#BD8A1C'

red 189 ◦ green 138 ◦ blue 28

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

Shades of Nugget #BD8A1C

Tints of Nugget #BD8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 53.24%
G = 38.87%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD8A1C (or 0xBD8A1C) is known color: Nugget. HEX triplet: BD, 8A and 1C. RGB value is (189,138,28). Sum of RGB (Red+Green+Blue) = 189+138+28=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A1C is #4275E3. Grayscale: #8D8D8D. Windows color (decimal): -4355556 or 1870525. OLE color: 1870525.

HSL color Cylindrical-coordinate representation of color #BD8A1C: hue angle of 40.99º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD8A1C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 28 -
CMYK 0 0.27 0.85 0.26
HSL 40.99º 0.74% 0.43% -
HSV(B) 40.99º 0.85% 0.74% -
XYZ 30.28 29.08 5.12 -
YUV 140.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 189 138 28 0 0.27 0.85 0.26 40.99 0.74 0.43
Hex BD 8A 1C 0 1B 55 1A 29 4A 2B
Octal 275 212 34 0 33 125 32 51 112 53
Binary 10111101 10001010 11100 0 11011 1010101 11010 101001 1001010 101011

Color Harmonies of #BD8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A1C

Black with #BD8A1C

Text Example


Text Example

White with #BD8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A1C; }

 p { color: rgb(189,138,28); }

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

background-color css

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

 a { background-color: rgb(189,138,28); }

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

border-color css

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

 span { border-color: rgb(189,138,28); }

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