Html Css Color HEX #BD861F Nugget

📋 copy color: '#BD861F'

red 189 ◦ green 134 ◦ blue 31

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

Shades of Nugget #BD861F

Tints of Nugget #BD861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

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

R = 53.39%
G = 37.85%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD861F (or 0xBD861F) is known color: Nugget. HEX triplet: BD, 86 and 1F. RGB value is (189,134,31). Sum of RGB (Red+Green+Blue) = 189+134+31=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD861F is #4279E0. Grayscale: #8B8B8B. Windows color (decimal): -4356577 or 2066109. OLE color: 2066109.

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

Color convert

RGB 189 134 31 -
CMYK 0 0.29 0.84 0.26
HSL 39.11º 0.72% 0.43% -
HSV(B) 39.11º 0.84% 0.74% -
XYZ 29.76 27.97 5.13 -
YUV 138.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 189 134 31 0 0.29 0.84 0.26 39.11 0.72 0.43
Hex BD 86 1F 0 1D 54 1A 27 48 2B
Octal 275 206 37 0 35 124 32 47 110 53
Binary 10111101 10000110 11111 0 11101 1010100 11010 100111 1001000 101011

Color Harmonies of #BD861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD861F

Black with #BD861F

Text Example


Text Example

White with #BD861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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