Html Css Color HEX #BF851D Nugget

📋 copy color: '#BF851D'

red 191 ◦ green 133 ◦ blue 29

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

Shades of Nugget #BF851D

Tints of Nugget #BF851D

RGB

 RED value IS 191 (75% from 255) = 54.11%

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 54.11%
G = 37.68%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF851D (or 0xBF851D) is known color: Nugget. HEX triplet: BF, 85 and 1D. RGB value is (191,133,29). Sum of RGB (Red+Green+Blue) = 191+133+29=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF851D is #407AE2. Grayscale: #8A8A8A. Windows color (decimal): -4225763 or 1934783. OLE color: 1934783.

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

Color convert

RGB 191 133 29 -
CMYK 0 0.30 0.85 0.25
HSL 38.52º 0.74% 0.43% -
HSV(B) 38.52º 0.85% 0.75% -
XYZ 30.1 27.94 4.97 -
YUV 138.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 191 133 29 0 0.30 0.85 0.25 38.52 0.74 0.43
Hex BF 85 1D 0 1E 55 19 27 4A 2B
Octal 277 205 35 0 36 125 31 47 112 53
Binary 10111111 10000101 11101 0 11110 1010101 11001 100111 1001010 101011

Color Harmonies of #BF851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF851D

Black with #BF851D

Text Example


Text Example

White with #BF851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF851D; }

 p { color: rgb(191,133,29); }

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

background-color css

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

 a { background-color: rgb(191,133,29); }

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

border-color css

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

 span { border-color: rgb(191,133,29); }

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