Html Css Color HEX #BF8C29 Nugget

📋 copy color: '#BF8C29'

red 191 ◦ green 140 ◦ blue 41

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

Shades of Nugget #BF8C29

Tints of Nugget #BF8C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 41 (16.41% from 255) = 11.02%

R = 51.34%
G = 37.63%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8C29 (or 0xBF8C29) is known color: Nugget. HEX triplet: BF, 8C and 29. RGB value is (191,140,41). Sum of RGB (Red+Green+Blue) = 191+140+41=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C29 is #4073D6. Grayscale: #909090. Windows color (decimal): -4223959 or 2723007. OLE color: 2723007.

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

Color convert

RGB 191 140 41 -
CMYK 0 0.27 0.79 0.25
HSL 39.6º 0.65% 0.45% -
HSV(B) 39.6º 0.79% 0.75% -
XYZ 31.26 29.99 6.24 -
YUV 143.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 191 140 41 0 0.27 0.79 0.25 39.6 0.65 0.45
Hex BF 8C 29 0 1B 4F 19 28 41 2D
Octal 277 214 51 0 33 117 31 50 101 55
Binary 10111111 10001100 101001 0 11011 1001111 11001 101000 1000001 101101

Color Harmonies of #BF8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C29

Black with #BF8C29

Text Example


Text Example

White with #BF8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C29; }

 p { color: rgb(191,140,41); }

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

background-color css

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

 a { background-color: rgb(191,140,41); }

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

border-color css

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

 span { border-color: rgb(191,140,41); }

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