Html Css Color HEX #BF9430 Nugget

📋 copy color: '#BF9430'

red 191 ◦ green 148 ◦ blue 48

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

Shades of Nugget #BF9430

Tints of Nugget #BF9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 49.35%
G = 38.24%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF9430 (or 0xBF9430) is known color: Nugget. HEX triplet: BF, 94 and 30. RGB value is (191,148,48). Sum of RGB (Red+Green+Blue) = 191+148+48=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9430 is #406BCF. Grayscale: #959595. Windows color (decimal): -4221904 or 3183807. OLE color: 3183807.

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

Color convert

RGB 191 148 48 -
CMYK 0 0.23 0.75 0.25
HSL 41.96º 0.6% 0.47% -
HSV(B) 41.96º 0.75% 0.75% -
XYZ 32.61 32.47 7.34 -
YUV 149.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 191 148 48 0 0.23 0.75 0.25 41.96 0.6 0.47
Hex BF 94 30 0 17 4B 19 2A 3C 2F
Octal 277 224 60 0 27 113 31 52 74 57
Binary 10111111 10010100 110000 0 10111 1001011 11001 101010 111100 101111

Color Harmonies of #BF9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9430

Black with #BF9430

Text Example


Text Example

White with #BF9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9430; }

 p { color: rgb(191,148,48); }

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

background-color css

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

 a { background-color: rgb(191,148,48); }

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

border-color css

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

 span { border-color: rgb(191,148,48); }

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