Html Css Color HEX #BF8928 Nugget

📋 copy color: '#BF8928'

red 191 ◦ green 137 ◦ blue 40

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

Shades of Nugget #BF8928

Tints of Nugget #BF8928

RGB

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

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

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

R = 51.9%
G = 37.23%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8928 (or 0xBF8928) is known color: Nugget. HEX triplet: BF, 89 and 28. RGB value is (191,137,40). Sum of RGB (Red+Green+Blue) = 191+137+40=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8928 is #4076D7. Grayscale: #8E8E8E. Windows color (decimal): -4224728 or 2656703. OLE color: 2656703.

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

Color convert

RGB 191 137 40 -
CMYK 0 0.28 0.79 0.25
HSL 38.54º 0.65% 0.45% -
HSV(B) 38.54º 0.79% 0.75% -
XYZ 30.81 29.12 6 -
YUV 142.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 191 137 40 0 0.28 0.79 0.25 38.54 0.65 0.45
Hex BF 89 28 0 1C 4F 19 27 41 2D
Octal 277 211 50 0 34 117 31 47 101 55
Binary 10111111 10001001 101000 0 11100 1001111 11001 100111 1000001 101101

Color Harmonies of #BF8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8928

Black with #BF8928

Text Example


Text Example

White with #BF8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8928; }

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

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

background-color css

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

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

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

border-color css

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

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

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