Html Css Color HEX #BF9326 Nugget

📋 copy color: '#BF9326'

red 191 ◦ green 147 ◦ blue 38

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

Shades of Nugget #BF9326

Tints of Nugget #BF9326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 50.8%
G = 39.1%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF9326 (or 0xBF9326) is known color: Nugget. HEX triplet: BF, 93 and 26. RGB value is (191,147,38). Sum of RGB (Red+Green+Blue) = 191+147+38=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9326 is #406CD9. Grayscale: #949494. Windows color (decimal): -4222170 or 2528191. OLE color: 2528191.

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

Color convert

RGB 191 147 38 -
CMYK 0 0.23 0.80 0.25
HSL 42.75º 0.67% 0.45% -
HSV(B) 42.75º 0.8% 0.75% -
XYZ 32.27 32.08 6.33 -
YUV 147.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 191 147 38 0 0.23 0.80 0.25 42.75 0.67 0.45
Hex BF 93 26 0 17 50 19 2B 43 2D
Octal 277 223 46 0 27 120 31 53 103 55
Binary 10111111 10010011 100110 0 10111 1010000 11001 101011 1000011 101101

Color Harmonies of #BF9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9326

Black with #BF9326

Text Example


Text Example

White with #BF9326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9326; }

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

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

background-color css

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

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

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

border-color css

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

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

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