Html Css Color HEX #BF9325 Nugget

📋 copy color: '#BF9325'

red 191 ◦ green 147 ◦ blue 37

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

Shades of Nugget #BF9325

Tints of Nugget #BF9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 50.93%
G = 39.2%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF9325 (or 0xBF9325) is known color: Nugget. HEX triplet: BF, 93 and 25. RGB value is (191,147,37). Sum of RGB (Red+Green+Blue) = 191+147+37=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9325 is #406CDA. Grayscale: #949494. Windows color (decimal): -4222171 or 2462655. OLE color: 2462655.

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

Color convert

RGB 191 147 37 -
CMYK 0 0.23 0.81 0.25
HSL 42.86º 0.68% 0.45% -
HSV(B) 42.86º 0.81% 0.75% -
XYZ 32.25 32.08 6.24 -
YUV 147.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 191 147 37 0 0.23 0.81 0.25 42.86 0.68 0.45
Hex BF 93 25 0 17 51 19 2B 44 2D
Octal 277 223 45 0 27 121 31 53 104 55
Binary 10111111 10010011 100101 0 10111 1010001 11001 101011 1000100 101101

Color Harmonies of #BF9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9325

Black with #BF9325

Text Example


Text Example

White with #BF9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9325; }

 p { color: rgb(191,147,37); }

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

background-color css

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

 a { background-color: rgb(191,147,37); }

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

border-color css

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

 span { border-color: rgb(191,147,37); }

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