Html Css Color HEX #BF881D Nugget

📋 copy color: '#BF881D'

red 191 ◦ green 136 ◦ blue 29

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

Shades of Nugget #BF881D

Tints of Nugget #BF881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 53.65%
G = 38.2%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF881D (or 0xBF881D) is known color: Nugget. HEX triplet: BF, 88 and 1D. RGB value is (191,136,29). Sum of RGB (Red+Green+Blue) = 191+136+29=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF881D is #4077E2. Grayscale: #8C8C8C. Windows color (decimal): -4224995 or 1935551. OLE color: 1935551.

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

Color convert

RGB 191 136 29 -
CMYK 0 0.29 0.85 0.25
HSL 39.63º 0.74% 0.43% -
HSV(B) 39.63º 0.85% 0.75% -
XYZ 30.51 28.77 5.11 -
YUV 140.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 191 136 29 0 0.29 0.85 0.25 39.63 0.74 0.43
Hex BF 88 1D 0 1D 55 19 28 4A 2B
Octal 277 210 35 0 35 125 31 50 112 53
Binary 10111111 10001000 11101 0 11101 1010101 11001 101000 1001010 101011

Color Harmonies of #BF881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF881D

Black with #BF881D

Text Example


Text Example

White with #BF881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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