Html Css Color HEX #BF891B Nugget

📋 copy color: '#BF891B'

red 191 ◦ green 137 ◦ blue 27

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

Shades of Nugget #BF891B

Tints of Nugget #BF891B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 53.8%
G = 38.59%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF891B (or 0xBF891B) is known color: Nugget. HEX triplet: BF, 89 and 1B. RGB value is (191,137,27). Sum of RGB (Red+Green+Blue) = 191+137+27=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF891B is #4076E4. Grayscale: #8D8D8D. Windows color (decimal): -4224741 or 1804735. OLE color: 1804735.

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

Color convert

RGB 191 137 27 -
CMYK 0 0.28 0.86 0.25
HSL 40.24º 0.75% 0.43% -
HSV(B) 40.24º 0.86% 0.75% -
XYZ 30.63 29.05 5.03 -
YUV 140.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 191 137 27 0 0.28 0.86 0.25 40.24 0.75 0.43
Hex BF 89 1B 0 1C 56 19 28 4B 2B
Octal 277 211 33 0 34 126 31 50 113 53
Binary 10111111 10001001 11011 0 11100 1010110 11001 101000 1001011 101011

Color Harmonies of #BF891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF891B

Black with #BF891B

Text Example


Text Example

White with #BF891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF891B; }

 p { color: rgb(191,137,27); }

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

background-color css

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

 a { background-color: rgb(191,137,27); }

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

border-color css

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

 span { border-color: rgb(191,137,27); }

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