Html Css Color HEX #BF8E28 Nugget

📋 copy color: '#BF8E28'

red 191 ◦ green 142 ◦ blue 40

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

Shades of Nugget #BF8E28

Tints of Nugget #BF8E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.07%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 51.21%
G = 38.07%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8E28 (or 0xBF8E28) is known color: Nugget. HEX triplet: BF, 8E and 28. RGB value is (191,142,40). Sum of RGB (Red+Green+Blue) = 191+142+40=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E28 is #4071D7. Grayscale: #919191. Windows color (decimal): -4223448 or 2657983. OLE color: 2657983.

HSL color Cylindrical-coordinate representation of color #BF8E28: hue angle of 40.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF8E28 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 142 40 -
CMYK 0 0.26 0.79 0.25
HSL 40.53º 0.65% 0.45% -
HSV(B) 40.53º 0.79% 0.75% -
XYZ 31.54 30.58 6.25 -
YUV 145.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 191 142 40 0 0.26 0.79 0.25 40.53 0.65 0.45
Hex BF 8E 28 0 1A 4F 19 29 41 2D
Octal 277 216 50 0 32 117 31 51 101 55
Binary 10111111 10001110 101000 0 11010 1001111 11001 101001 1000001 101101

Color Harmonies of #BF8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E28

Black with #BF8E28

Text Example


Text Example

White with #BF8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E28; }

 p { color: rgb(191,142,40); }

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

background-color css

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

 a { background-color: rgb(191,142,40); }

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

border-color css

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

 span { border-color: rgb(191,142,40); }

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