Html Css Color HEX #BD8A1F Nugget

📋 copy color: '#BD8A1F'

red 189 ◦ green 138 ◦ blue 31

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

Shades of Nugget #BD8A1F

Tints of Nugget #BD8A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 52.79%
G = 38.55%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD8A1F (or 0xBD8A1F) is known color: Nugget. HEX triplet: BD, 8A and 1F. RGB value is (189,138,31). Sum of RGB (Red+Green+Blue) = 189+138+31=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A1F is #4275E0. Grayscale: #8D8D8D. Windows color (decimal): -4355553 or 2067133. OLE color: 2067133.

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

Color convert

RGB 189 138 31 -
CMYK 0 0.27 0.84 0.26
HSL 40.63º 0.72% 0.43% -
HSV(B) 40.63º 0.84% 0.74% -
XYZ 30.32 29.09 5.31 -
YUV 141.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 189 138 31 0 0.27 0.84 0.26 40.63 0.72 0.43
Hex BD 8A 1F 0 1B 54 1A 29 48 2B
Octal 275 212 37 0 33 124 32 51 110 53
Binary 10111101 10001010 11111 0 11011 1010100 11010 101001 1001000 101011

Color Harmonies of #BD8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A1F

Black with #BD8A1F

Text Example


Text Example

White with #BD8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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