Html Css Color HEX #BF901D Nugget

📋 copy color: '#BF901D'

red 191 ◦ green 144 ◦ blue 29

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

Shades of Nugget #BF901D

Tints of Nugget #BF901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 52.47%
G = 39.56%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF901D (or 0xBF901D) is known color: Nugget. HEX triplet: BF, 90 and 1D. RGB value is (191,144,29). Sum of RGB (Red+Green+Blue) = 191+144+29=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF901D is #406FE2. Grayscale: #919191. Windows color (decimal): -4222947 or 1937599. OLE color: 1937599.

HSL color Cylindrical-coordinate representation of color #BF901D: hue angle of 42.59º 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 #BF901D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 29 -
CMYK 0 0.25 0.85 0.25
HSL 42.59º 0.74% 0.43% -
HSV(B) 42.59º 0.85% 0.75% -
XYZ 31.68 31.11 5.5 -
YUV 144.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 191 144 29 0 0.25 0.85 0.25 42.59 0.74 0.43
Hex BF 90 1D 0 19 55 19 2B 4A 2B
Octal 277 220 35 0 31 125 31 53 112 53
Binary 10111111 10010000 11101 0 11001 1010101 11001 101011 1001010 101011

Color Harmonies of #BF901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF901D

Black with #BF901D

Text Example


Text Example

White with #BF901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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